Skip to content

Convert data from the NIN Lancet Comission to ISO country level.

Usage

convertNIN(x, subtype)

Arguments

x

MAgPIE object containing NIN Lancet data at mixed country-region resolution

subtype

Type of NIN Lancet data that should be read. Available types are:

  • cons_data: Consumption analysis ("NIN_Lancet_cons_data.csv")

  • recommend: Food recommendations ("NIN_recommendations.csv")

Value

NIN Lancet data as MAgPIE object at ISO country level

See also

Author

Isabelle Weindl

Examples


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