modRunSelect: modRunSelect Module

View source: R/modRunSelect.R

modRunSelectR Documentation

modRunSelect Module

Description

Corresponding server logic to modRunSelectUI to select modules runs for further analysis

Usage

modRunSelect(
  input,
  output,
  session,
  file,
  resultsfolder,
  username = NULL,
  password = NULL,
  readFilePar = FALSE
)

Arguments

input, output, session

Default input, output and session objects coming from shiny

file

report data. Can be a CSV/MIF file or rds file with a quitte object (saved with saveRDS). file can also be a vector of rds files. NULL by default; in this case the user can upload files directly in the tool

resultsfolder

folder in which MAgPIE run results are stored. File must come with a overview list called "files"

username

username to be used 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)

Value

a reactive containing a merged data.frame containing results of selected runs

Author(s)

Jan Philipp Dietrich

See Also

modFilterUI, appModelstats


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