inst/apps/myFirstApp/global.r

#Packages

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

# Load the dataset from the choroplethrMaps package

data('df_state_demographics')
map_data <- df_state_demographics
gallagherj2008/SWAT documentation built on May 28, 2019, 12:59 p.m.