Launches a shiny app to explore a dataset
Usage
explore_shiny(data, target, color = c("#ADD8E6", "#7BB8DA"))
Examples
# Only run examples in interactive R sessions
if (interactive()) {
explore_shiny(iris)
}
Launches a shiny app to explore a dataset
explore_shiny(data, target, color = c("#ADD8E6", "#7BB8DA"))
# Only run examples in interactive R sessions
if (interactive()) {
explore_shiny(iris)
}