inst/apps/myfirstapp/global.R

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
clawilso15/Text.Replace documentation built on Feb. 6, 2021, 5:45 a.m.