smartRgui: smartR GUI

Description Usage Arguments Value Examples

View source: R/smart_gui.R

Description

The smartRgui function implements the main graphical user interface of smartR. Please, contact the package maintainer for detailed instructions.

Usage

1
smartRgui(smartRstudy = NULL)

Arguments

smartRstudy

SmartProject class

Value

This function does not return a value.

Examples

1
2
3
4
5
## Not run: 
yourSmartRstudy <- SmartProject$new()
smartRgui(smartRstudy = yourSmartRstudy)

## End(Not run)

smartR documentation built on July 2, 2020, 2:25 a.m.

Related to smartRgui in smartR...