appResults: appResults

View source: R/appResults.R

appResultsR Documentation

appResults

Description

appResults allows to explore and visualize time series of modelling results.

Usage

appResults(cfg = getOption("appResults"), readFilePar = FALSE, ...)

Arguments

cfg

config-file containing information about one or more models on the items listed below. Usually you provide these settings in your .Rprofile as a list constructed as follows (to explore REMIND results please replace all occurrences of magpie with remind): url <- https://rse.pik-potsdam.de/data/magpie/results/rev1 options(appResults = list(MAgPIE = list(file = paste0(url, "/reduced_overview.rds"), resultsfolder=url, valfile=paste0(url, "/validation.rds"), username="xxx", password="yyy")))

file - Overview file in rds format containing a list of all runs available. To get access to all available filters use overview.rds (takes 15s longer to load) instead of reduced_overview.rds. resultsfolder - folder in which model results are stored in rds format. valfile - validation data. Can be a CSV/MIF file or rds file with a quitte object (saved with saveRDS). NULL by default; in this case the user can upload files directly in the tool. username - username to access "file" and "resultsfolder". password - password to access "file" and "resultsfolder".

readFilePar

read report data files in parallel (faster) (TRUE) or in sequence (FALSE)

...

additional information to overwrite one of the settings from the cfg directly: file, resultsfolder, valfile, username or password.

Author(s)

Florian Humpenoeder, Jan Philipp Dietrich, Lavinia Baumstark, Pascal Sauer


pik-piam/shinyresults documentation built on Jan. 28, 2024, 4:19 p.m.