read_iamc_xlsx: Read IAMC scenario input data in Excel format

Description Usage Arguments Value Examples

View source: R/mipplot_read_iamc.R

Description

Read scenario input data (in IAMC format) as tibble format dataframe from Excel

Usage

1
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

1
2
3
4
## Not run: 
read_iamc_xlsx("filename", sheet = 2)

## End(Not run)

UTokyo-mip/mipplot documentation built on Aug. 7, 2021, 6:25 p.m.