get_regional_inputs_1997_to_present {imprinting}R Documentation

Return raw flu surveillance data for a specific WHO region

Description

Load and return a tibble containing raw influenza surveillance data, aggregated across all countries in the WHO region of interest. Data are from WHO Flu Mart.

Usage

get_regional_inputs_1997_to_present(region, max_year)

Arguments

region

name of WHO region. Run show_available_regions() for a list of options.

max_year

results will be output for all available years up to max_year.

Value

A tibble with the following columns:

Examples

get_regional_inputs_1997_to_present("americas", 2017)


[Package imprinting version 0.1.1 Index]