getProcess: Get process indices.

Description Usage Arguments Value Examples

Description

Gets the indices of processes in the baseline model, where both process name and function name are accepted. The process WriteProcessData is ignored.

Usage

1
2
getProcess(projectName, proc = "all", modelType = "baseline",
  dropNA = TRUE, msg = TRUE, proc.out = FALSE)

Arguments

projectName

The name or full path of the project, a baseline object (as returned from getBaseline or runBaseline, og a project object (as returned from openProject).

proc

A string vector naming processes/function to find.

modelType

The type of model to run, currently one of "baseline" and "baseline-report". First element used.

Value

Index number of the process.

Examples

1
2
openProject("Test_Rstox")
getProcess("Test_Rstox", c("SuperIndAbundance", "StratumArea"))

Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.