- This is an interactive Shiny dashboard using biking statistics in Montreal, Canada.
- you can install it as a regular R package.
- Data are actually pull from here, but a local parsed copy already exists in the repo.
devtools::install_github(seb951/VeloMtl)library(golem)
golem::run_dev()- You can deploy from your local machine to a server (e.g. shinyapps.io, assuming you have an account). However, this app is automatically deployed from its github repository on a
PUSHtomain.
golem::add_shinyappsio_file()
rsconnect::deployApp()