gen_exploratory_report_app: Launch a Shiny App for Exploratory Analysis

Description Usage Arguments Value Examples

Description

Launch a Shiny App for Exploratory Analysis

Usage

1

Arguments

df

Dataframe object for exploratory analysis

Value

Launches a Shiny App. Please refer to the ReadMe page of the App to understand how the app works

Examples

1
2
3
4
 ## Not run: 
diamonds_sample <- ggplot2::diamonds[sample(1:nrow(ggplot2::diamonds),size=1000),]
gen_exploratory_report_app(diamonds_sample)
## End(Not run)

RtutoR documentation built on May 2, 2019, 4:20 a.m.