| addMapping {madrat} | R Documentation |
addMapping
Description
Function whichs adds another mapping to the current list of extramappings
in the madrat configuration (see setConfig) and stores
the mapping in the mapping folder as well as output folder.
Usage
addMapping(filename, mapping = NULL)
Arguments
filename |
The name of the the region mapping that should added including file ending (e.g. "regionmappingREMIND.csv"). Supported formats are currently ".csv" and ".rds". |
mapping |
Mapping provided as data.frame, or NULL. If a mapping is provided the data will be written in the mapping file of the given file (potentially replacing existing data). If NULL the mapping from the given file is used. |
Author(s)
Jan Philipp Dietrich
See Also
Examples
## Not run:
addMapping("regionmappingH12.csv")
## End(Not run)
[Package madrat version 3.6.4 Index]