clean_magpie: MAgPIE-Clean

View source: R/clean_magpie.R

clean_magpieR Documentation

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)

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.

Value

The eventually corrected MAgPIE object

Author(s)

Jan Philipp Dietrich

See Also

"magpie"

Examples


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

magclass documentation built on July 9, 2023, 7:03 p.m.