clean_magpie | R Documentation |
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)
clean_magpie(x, what = "all", maindim = 1:3)
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. |
The eventually corrected MAgPIE object
Jan Philipp Dietrich
"magpie"
pop <- maxample("pop")
a <- clean_magpie(pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.