explore_shiny | R Documentation |
Launches a shiny app to explore a dataset
explore_shiny(data, target, color = c("#ADD8E6", "#7BB8DA"))
data |
A dataset |
target |
Target variable (0/1 or FALSE/TRUE) |
color |
Color for plots (vector) |
# Only run examples in interactive R sessions
if (interactive()) {
explore_shiny(iris)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.