inst/apps/myfirstApp/global.R

library(shiny)
library(shinythemes)
library(choroplethr)
library(choroplethrMaps)

data('df_state_demographics')
map_data <- df_state_demographics

#install.packages(c('shinythemes', 'choroplethr','choroplethrMaps'))
AFIT-R/OPER782 documentation built on May 7, 2019, 7:58 a.m.