explore_shiny: Explore dataset interactive

View source: R/explore.R

explore_shinyR Documentation

Explore dataset interactive

Description

Launches a shiny app to explore a dataset

Usage

explore_shiny(data, target, color = c("#ADD8E6", "#7BB8DA"))

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)
}

explore documentation built on Sept. 11, 2024, 7:40 p.m.