Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in select on running application #193

Open
Data-drone opened this issue Feb 13, 2021 · 0 comments
Open

Error in select on running application #193

Data-drone opened this issue Feb 13, 2021 · 0 comments

Comments

@Data-drone
Copy link

I followed the README and ran

if (!require(devtools))
  install.packages("devtools")
devtools::install_github("rstudio/leaflet")
shiny::runGitHub("rstudio/shiny-examples", subdir="063-superzip-example")

and I got:


Downloading https://github.com/rstudio/shiny-examples/archive/master.tar.gz
Error in select(., City = city.x, State = state.x, Zipcode = zipcode,  : 
  unused arguments (City = city.x, State = state.x, Zipcode = zipcode, Rank = rank, Score = centile, Superzip = superzip, Population = adultpop, College = college, Income = income, Lat = latitude, Long = longitude)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant