start_ezr: Start ezr

Description Usage Arguments Value Examples

View source: R/start_ezr.R

Description

Starts the ezr program on the local machine

Usage

1
2
3
4
5
6
7
start_ezr(
  data_for_ezr = NULL,
  sigfig = 3,
  select_list_max = 1e+05,
  ezr_saved_analysis_file_name = "ezr_saved_analysis.csv",
  ezr_run_analysis_file_name = "ezr_run_analysis.csv"
)

Arguments

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")

Value

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

Examples

1

ezr documentation built on Nov. 25, 2020, 5:09 p.m.