Skip to content

Corrects FAO data for known mismatches or insufficiencies

Usage

correctFAO_online(x, subtype)

Arguments

x

MAgPIE object containing original values

subtype

The FAO file type, e.g.: CBCrop

Value

Data as MAgPIE object

See also

[readFAO()], [readSource()],

Author

Kristine Karstens

Examples

if (FALSE) { # \dontrun{
a <- readSource("FAO_online", "Crop", convert = TRUE)
} # }