powered by
Launches a shiny app to explore a dataset
explore_shiny(data, target)
A dataset
Target variable (0/1 or FALSE/TRUE)
# Only run examples in interactive R sessions if (interactive()) { explore_shiny(iris) }
Run the code above in your browser using DataLab