Access resources from CBCC website
- Create a new folder for storing your shiny apps.
- Place Hospitals.csv dataset in the new folder
- Place hospitalApp.zip in new folder and unzip
- Set your working directory to that folder
- Install shiny, refund, and refund.shiny libraries
# set working directory to be the folder you just created setwd("/Users/juliawrobel/Documents/How to use Shiny/") # install libraries install.packages("shiny") install.packages("refund.shiny") install.packages("refund")