Skip to content

Read in data from the NIN recommendations

Usage

readNIN(subtype)

Arguments

subtype

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

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

Value

magpie object containing NIN data

See also

Author

Isabelle Weindl, Jan Philipp Dietrich

Examples

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