exploratory {exploratory} | R Documentation |
Launch the exploratory analysis tool
Description
Launches the exploratory analysis tool in a browser on the local machine
Usage
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"
)
Arguments
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") |
Value
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.
Examples
if (interactive()) {exploratory(data = mtcars)}
[Package exploratory version 0.3.31 Index]