outbreaks_by_country_year: Disease Outbreaks by Country and Year

View source: R/outbreaks.R

outbreaks_by_country_yearR Documentation

Disease Outbreaks by Country and Year

Description

Disease Outbreaks by Country and Year

Usage

outbreaks_by_country_year(country, year)

Arguments

country

GIDEON country code

year

Numeric. 4 digit year.

Value

Returns complete list of all outbreaks that were reported in a requested country and year.

See Also

https://api-doc.gideononline.com/#16616aab-57f9-477d-b611-892b7f19cd43

lookup_gideon_id

Examples

us_country_code <- lookup_gideon_id("countries", "United States")
outbreaks_by_country_year(us_country_code, 1980)

gideononline/gideon-api-r documentation built on March 19, 2022, 5:07 p.m.