Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.49 KB

README.md

File metadata and controls

51 lines (36 loc) · 2.49 KB

docs build codecov

Introduction

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...).


https://jgcri.github.io/rmap/articles/vignette_map.html https://jgcri.github.io/gcamextractor/cheatsheet.pdf

Citation

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

Installation Guides

  1. Download and install:

  2. Open R studio:

install.packages('devtools')
devtools::install_github('JGCRI/gcamextractor')