Learn R Programming

mlr3shiny (version 0.5.0)

launchMlr3Shiny: Title Launch mlr3shiny

Description

Launch an instance of mlr3shiny to perform machine learning in Shiny using mlr3.

Usage

launchMlr3Shiny(test = FALSE)

Value

None

Arguments

test

Argument used for testing purposes. Default is FALSE.

Examples

Run this code
if (interactive()) {
   launchMlr3Shiny()
}

Run the code above in your browser using DataLab