dashboard: REMIND dashboard

Description Usage Arguments Author(s) Examples

View source: R/dashboard.R

Description

Create REMIND dashboard results for single runs

Usage

1
2
3
4
5
6
7
8
dashboard(
  gdx = NULL,
  statsFile = NULL,
  regionMapping = NULL,
  hist = NULL,
  reportfile = NULL,
  output_file = NULL
)

Arguments

gdx

GDX (fulldata.gdx) file path

statsFile

run statistics (runstatistics.rda) file path

regionMapping

regionMapping file name or file path (ex. "regionmappingH12.csv")

hist

historical mif file path

reportfile

REMIND mif report file path

output_file

file name to save the html dashboard

Author(s)

Renato Rodrigues

Examples

1
2
3
4
5
6
7
8
  ## Not run: 
    # loading required libraries
    library(remind)
    # creating the REMINd dashboard
    dashboard(gdx="./output/Base/fulldata.gdx",statsFile="./output/Base/runstatistics.rda",
              output_file="./output/Base/REMIND_dashboard_Base.html")
  
## End(Not run)

pik-piam/remind documentation built on Sept. 9, 2021, 1:09 p.m.