Description Usage Arguments Value Examples
Main function for interactive usage of package. Provides menu-based access for nearly all program functionality.
1 | allInteractiveMainFunction(additionalArms = NULL)
|
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. |
The Study object created and filled by allInteractiveMainFunction.
1 2 3 4 | ## Not run:
STUDY=allInteractiveMainFunction()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.