Create interactive visualization dashboard for a model
Value
A shinyApp object.
Examples
# \donttest{
if (requireNamespace("shiny")) {
model <- tl_model(mtcars, mpg ~ wt + hp, method = "linear")
app <- tl_dashboard(model)
}
#> Loading required namespace: shiny
# }
