get_country_inputs_1997_to_present {imprinting} | R Documentation |
Load and return a tibble containing raw influenza surveillance data for the country of interest. Data are from WHO Flu Mart.
get_country_inputs_1997_to_present(country, max_year)
country |
name of country. Run |
max_year |
results will be output for all available years up to |
A tibble with the following columns:
Country
: name of WHO region
Year
: calendar year of surveillance
n_processed
: total specimens processed
get_country_inputs_1997_to_present("Aruba", 1998)
get_country_inputs_1997_to_present("Honduras", 2022)