powered by
Read scenario input data (in IAMC format) as tibble format dataframe from Excel
read_iamc_xlsx(file_path, sheet = 2)
Path to a file containing scenario data in IAMC format.
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) # }
Run the code above in your browser using DataLab