read_iamc_xlsx {mipplot} | R Documentation |
Read scenario input data (in IAMC format) as tibble format dataframe from Excel
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")
## Not run:
read_iamc_xlsx("filename", sheet = 2)
## End(Not run)