allInteractiveMainFunction: Run pathMod in interactive mode.

Description Usage Arguments Value Examples

View source: R/main.R

Description

Main function for interactive usage of package. Provides menu-based access for nearly all program functionality.

Usage

1
allInteractiveMainFunction(additionalArms = NULL)

Arguments

additionalArms

Optional. Function loading additional data input arms. Function should take a Study object as an argument, use the loadDataArm() to load data arms, and return the Study object with arms added.

Value

The Study object created and filled by allInteractiveMainFunction.

Examples

1
2
3
4
## Not run: 
STUDY=allInteractiveMainFunction()

## End(Not run) 

biodev/packageDir documentation built on Nov. 4, 2019, 7:19 a.m.