Skip to content

Read-in WHO (World health organization) data files as magpie object. The files contain information on physical inactivity

Usage

readWHO(subtype)

Arguments

subtype

Type of WHO data that should be read. Includes physical_inactivity_adults and physical_inactivity_underaged

Value

magpie object of the WHO data

Author

Benjamin Bodirsky

Examples

if (FALSE) { # \dontrun{
a <- readSource(type = "WHO", subtype = "physical_activity_adults")
} # }