-
Notifications
You must be signed in to change notification settings - Fork 0
Environment Setup
Seward Lee edited this page Jan 2, 2017
·
7 revisions
If you have not done so in the past, download and install the following to your computer:
Next, open your RStudio session and install the following packages:
To install these packages, enter the following into your RStudio console:
install.packages("dplyr")
install.packages("googleVis")
install.packages("leaflet")
install.packages("shinydashboard")