read_iamc_xlsx {mipplot} | R Documentation |
Read IAMC scenario input data in Excel format
Description
Read scenario input data (in IAMC format) as tibble format dataframe from Excel
Usage
read_iamc_xlsx(file_path, sheet = 2)
Arguments
file_path |
Path to a file containing scenario data in IAMC format. |
sheet |
the index of sheet which contains records. |
Value
A dataframe in tibble format ("model, scenario, variable, unit, period, value")
Examples
## Not run:
read_iamc_xlsx("filename", sheet = 2)
## End(Not run)
[Package mipplot version 0.3.1 Index]