write.report | R Documentation |
This function writes the content of a MAgPIE object into a file or returns it directly using the reporting format as it is used for many model inter-comparisons.
write.report(
x,
file = NULL,
model = NULL,
scenario = NULL,
unit = NULL,
ndigit = 4,
append = FALSE,
skipempty = TRUE,
extracols = NULL
)
x |
MAgPIE object or a list of lists with MAgPIE objects as created by read.report. In the latter case settings for model and scenario are overwritten by the information given in the list. |
file |
file name the object should be written to. If NULL the formatted content is returned |
model |
Name of the model which calculated the results |
scenario |
The scenario which was used to get that results. |
unit |
Unit of the data. Only relevant if unit is not already supplied in Dimnames (format "name (unit)"). Can be either a single string or a vector of strings with a length equal to the number of different data elements in the MAgPIE object |
ndigit |
Number of digits the output should have |
append |
Logical which decides whether data should be added to an existing file or an existing file should be overwritten |
skipempty |
Determines whether empty entries (all data NA) should be written to file or not. |
extracols |
names of dimensions which should appear in the output as additional columns |
Jan Philipp Dietrich
read.report
write.report(maxample("pop"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.