Description Usage Arguments Value Examples
Starts the ezr program on the local machine
1 2 3 4 5 6 7 |
data_for_ezr |
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 |
ezr_saved_analysis_file_name |
name of the .csv file on which saved analysis will be recorded (default = "ezr_saved_analysis.csv") |
ezr_run_analysis_file_name |
name of the .csv file on which all conducted analyses will be recorded (default = "ezr_run_analysis.csv") |
There will be no output from this function. Rather, the ezr program will open on a new tab or window of the local machine's web browser
1 | if (interactive()) {start_ezr(data = mtcars)}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.