Description Usage Arguments Value Examples
View source: R/mipplot_read_iamc.R
Read scenario input data (in IAMC format) as tibble format dataframe.
1 2 3 4 5 6 | mipplot_read_iamc(
filename = NULL,
sep = ",",
interactive = FALSE,
DEBUG = TRUE
)
|
filename |
Path to a file containing scenario data in IAMC format. |
sep |
A character indicating the separator used in the input file. |
interactive |
open a dialog for selecting file if interactive=TRUE. |
DEBUG |
experimental. |
A dataframe in tibble format ("model, scenario, variable, unit, period, value")
1 2 3 4 | ## Not run:
mipplot_read_iamc("filename")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.