Function which converts mapping files between formats
toolConvertMapping(name, format = "rds", type = NULL, where = "mappingfolder")
File name of the mapping file. Supported file types are currently csv (, or ; separated), rds and rda (which needs to have the data stored with the object name "data"!).
format it should be converted to. Available is "csv", "rds" or "rda".
Mapping type (e.g. "regional", "cell", or "sectoral"). Can be set to NULL if file is not stored in a type specific subfolder
location to look for the mapping, either "mappingfolder" or the name of a package which contains the mapping
Jan Philipp Dietrich
calcOutput
, toolConvertMapping