Learn R Programming

RtutoR (version 1.2)

gen_exploratory_report_app: Launch a Shiny App for Exploratory Analysis

Description

Launch a Shiny App for Exploratory Analysis

Usage

gen_exploratory_report_app(df)

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

Run this code
# NOT RUN {
 
# }
# NOT RUN {
diamonds_sample <- ggplot2::diamonds[sample(1:nrow(ggplot2::diamonds),size=1000),]
gen_exploratory_report_app(diamonds_sample)
# }

Run the code above in your browser using DataLab