Description Usage Arguments Value Examples
View source: R/mipplot_read_iamc.R
Read scenario input data (in IAMC format) as tibble format dataframe from Excel
1 | read_iamc_xlsx(file_path, sheet = 2)
|
file_path |
Path to a file containing scenario data in IAMC format. |
sheet |
the index of sheet which contains records. |
A dataframe in tibble format ("model, scenario, variable, unit, period, value")
1 2 3 4 | ## Not run:
read_iamc_xlsx("filename", sheet = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.