launchMlr3Shiny: Title Launch mlr3shiny

View source: R/launchMlr3Shiny.R

launchMlr3ShinyR Documentation

Title Launch mlr3shiny

Description

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

Usage

launchMlr3Shiny(test = FALSE)

Arguments

test

Argument used for testing purposes. Default is FALSE.

Value

None

Examples

if (interactive()) {
   launchMlr3Shiny()
}


mlr3shiny documentation built on Oct. 1, 2023, 1:08 a.m.