Read-in WHO (World health organization) data files as magpie object.
The files contain information on physical inactivity
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
Examples
if (FALSE) { # \dontrun{
a <- readSource(type = "WHO", subtype = "physical_activity_adults")
} # }