This is a demo of the Shiny web developmemt framework. In particular, I wanted to learn how to make a robust bookmarkable page using query params
- git clone repo
- Open an R terminal in the app directory
install.packages("shiny")
# You may also need to run library(shiny)
runApp()
- The last step will run the project in a browse. The app has hot loading, so any development changes will cause a browser refresh
If you just want to run the project locally without cloning, do the following in an R terminal
install.packages("shiny")
library(shiny)
runGitHub("shiny-poc", "Adam262")
I deployed this app via shinyapps.io. See https://adambarcan.shinyapps.io/shiny-poc