You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.1 KiB

6 years ago
# Generated by roxygen2: do not edit by hand
export(age_group_distribution)
export(cdc_basemap)
export(geographic_spread)
export(get_flu_data)
export(get_hosp_data)
export(get_state_data)
export(get_weekly_flu_report)
6 years ago
export(hospitalizations)
export(ili_weekly_activity_indicators)
6 years ago
export(ilinet)
export(mmwr_week)
export(mmwr_week_to_date)
export(mmwr_weekday)
6 years ago
export(mmwrid_map)
export(pi_mortality)
export(state_data_providers)
export(surveillance_areas)
6 years ago
export(who_nrevss)
import(MMWRweek)
6 years ago
import(httr)
import(xml2)
6 years ago
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,filter)
6 years ago
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
6 years ago
importFrom(jsonlite,fromJSON)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(readr,read_csv)
importFrom(readr,type_convert)
importFrom(sf,st_read)
6 years ago
importFrom(stats,setNames)
importFrom(tools,file_path_sans_ext)
importFrom(utils,URLencode)
importFrom(utils,globalVariables)
importFrom(utils,read.csv)
importFrom(utils,unzip)