inst/apps/myFirstApp/global.R

# Put all global objects and libraries here
library(shiny)
library(shinythemes)      # Bootswatch color themes for shiny
library(choroplethr)      # Creating Choropleth Maps in R
library(choroplethrMaps)  # Maps used by the choroplethr package

# load the data set from the choroplethrMaps package
data('df_state_demographics')
map_data <- df_state_demographics
bjhufstetler/LeapFrog documentation built on March 19, 2020, 11:51 p.m.