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.

22 lines
483 B

8 years ago
# Generated by roxygen2: do not edit by hand
9 years ago
export(get_flu_data)
export(get_hosp_data)
8 years ago
export(get_mortality_surveillance_data)
9 years ago
export(get_state_data)
export(get_weekly_flu_report)
import(V8)
import(dplyr)
9 years ago
import(httr)
9 years ago
import(utils)
import(xml2)
importFrom(jsonlite,fromJSON)
8 years ago
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)