magclass (version 6.13.2)

clean_magpie: MAgPIE-Clean

Description

Function cleans MAgPIE objects so that they follow some extended magpie object rules (currently it makes sure that the dimnames have names and removes cell numbers if it is purely regional data)

Usage

clean_magpie(x, what = "all", maindim = 1:3)

Value

The eventually corrected MAgPIE object

Arguments

x

MAgPIE object which should be cleaned.

what

term defining what type of cleaning should be performed. Current modes are "cells" (removes cell numbers if the data seems to be regional - this should be used carefully as it might remove cell numbers in some cases in which they should not be removed), "sets" (making sure that all dimensions have names), "items" (replace empty elements with single spaces " ") and "all" (performing all available cleaning methods)

maindim

main dimension(s) the cleaning should get applied to.

Author

Jan Philipp Dietrich

See Also

"magpie"

Examples

Run this code

pop <- maxample("pop")
a <- clean_magpie(pop)

Run the code above in your browser using DataLab