explore_shiny {explore} | R Documentation |
Explore dataset interactive
Description
Launches a shiny app to explore a dataset
Usage
explore_shiny(data, target, color = c("lightgrey", "#939FB9"))
Arguments
data |
A dataset |
target |
Target variable (0/1 or FALSE/TRUE) |
color |
Color for plots (vector) |
Examples
# Only run examples in interactive R sessions
if (interactive()) {
explore_shiny(iris)
}
[Package explore version 1.3.1 Index]