Description Usage Arguments Value Examples
Launch a Shiny App for Exploratory Analysis
1 |
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.