# CDC U.S. region names to ID map .region_map <- c(national=3, hhs=1, census=2, state=5) # CDC hospital surveillance region map .hosp_surv_map <- c(flusurv=1, eip=2, ihsp=3) # Our bot's user-agent string .cdcfluview_ua <- "Mozilla/5.0 (compatible; R-cdcvluview Bot/2.0; https://github.com/hrbrmstr/cdcfluview)"