exploratory | R Documentation |
Launches the exploratory analysis tool in a browser on the local machine
exploratory(
data = datasets::mtcars,
sigfig = 3,
select_list_max = 1e+05,
saved_analyses_file_name = "exploratory_analyses_saved.csv",
run_analysis_file_name = "exploratory_analyses_run.csv"
)
data |
a data object (a data frame or a data.table) |
sigfig |
number of significant digits to round to |
select_list_max |
maximum number of variable names to display for dropdown menus |
saved_analyses_file_name |
name of the .csv file in which saved analyses will be recorded (default = "exploratory_analyses_saved.csv") |
run_analysis_file_name |
name of the .csv file in which all conducted analyses will be recorded (default = "exploratory_analyses_run.csv") |
There will be no output from this function. Rather, the exploratory analysis tool (a Shiny App) will open in a browser on the local machine.
if (interactive()) {exploratory(data = mtcars)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.