| modRunSelect | R Documentation | 
Corresponding server logic to modRunSelectUI to select modules runs for further analysis
modRunSelect(
  input,
  output,
  session,
  file,
  resultsfolder,
  username = NULL,
  password = NULL,
  readFilePar = FALSE
)
| 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) | 
a reactive containing a merged data.frame containing results of selected runs
Jan Philipp Dietrich
modFilterUI, appModelstats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.