Learn R Programming

smartR (version 0.62.3)

smartRgui: smartR GUI

Description

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

Usage

smartRgui(smartRstudy = NULL)

Arguments

smartRstudy

SmartProject class

Value

This function does not return a value.

Examples

Run this code
# NOT RUN {
yourSmartRstudy <- SmartProject$new()
smartRgui(smartRstudy = yourSmartRstudy)
# }

Run the code above in your browser using DataLab