powered by
Launch a Shiny App for Exploratory Analysis
gen_exploratory_report_app(df)
Dataframe object for exploratory analysis
Launches a Shiny App. Please refer to the ReadMe page of the App to understand how the app works
# 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