Learn R Programming

explore (version 0.8.0)

explore_shiny: Explore dataset interactive

Description

Launches a shiny app to explore a dataset

Usage

explore_shiny(data, target)

Arguments

data

A dataset

target

Target variable (0/1 or FALSE/TRUE)

Examples

Run this code
# Only run examples in interactive R sessions
if (interactive())  {
   explore_shiny(iris)
}

Run the code above in your browser using DataLab