runGUI: Locally run rodeo-based model in GUI

View source: R/runGUI.R

runGUIR Documentation

Locally run rodeo-based model in GUI

Description

Locally run a rodeo-based model in a specialized shiny GUI.

Usage

runGUI(useTemp = TRUE)

Arguments

useTemp

If TRUE (default), the function expects to find the two files created by preGUI in the sessions's temporary folder. If FALSE, the function attempts to find the files in the current working directory.

Value

NULL

Author(s)

David Kneis david.kneis@tu-dresden.de

Examples

## Not run: 
library(rodeoGUI)
preGUI(
  vars=system.file("examples/tank2/rodeo/vars.txt", package="rodeoGUI"),
  pars=system.file("examples/tank2/rodeo/pars.txt", package="rodeoGUI"),
  funs=system.file("examples/tank2/rodeo/funs.txt", package="rodeoGUI"),
  pros=system.file("examples/tank2/rodeo/pros.txt", package="rodeoGUI"),
  stoi=system.file("examples/tank2/rodeo/stoi.txt", package="rodeoGUI"),
  sourcesR=system.file("examples/tank2/rodeo/functions.r", package="rodeoGUI"),
  sourcesF=system.file("examples/tank2/rodeo/functions.f95", package="rodeoGUI"),
  dirScenarios=system.file("examples/tank2/scenarios", package="rodeoGUI"),
  dirIntro=system.file("examples/tank2/intro", package="rodeoGUI"),
  colsep="\t"
)
runGUI()

## End(Not run)

dkneis/rodeoGUI documentation built on April 11, 2022, 6:52 p.m.