gcamextractor
is an R package used to extract and process GCAM data and manipulate into standardized tables. gcamextractor
converts GCAM outputs into commonly used units as well as aggregates across different classes and sectors for easy use in plots, maps and tables.
For more detailed information on using gcamextractor
, click the green User Guide button below.
To access the gcamextractor
cheatsheet click the yellow Cheatsheet button (In progress...).
Khan, Z., Zhao, M., Wild, T., Vernon, C., 2021. gcamextractor - An R package to extract and process GCAM data into standardized tables and units. (In progress) Journal of Open Source Software, DOI: XXXX
-
Download and install:
- R (https://www.r-project.org/)
- R studio (https://www.rstudio.com/)
-
Open R studio:
install.packages('devtools')
devtools::install_github('JGCRI/gcamextractor')