edc_options | R Documentation |
EDCimport
Use this function to manage your EDCimport
parameters globally while taking advantage of autocompletion.
Use edc_peek_options()
to see which option is currently set and edc_reset_options()
to set all options back to default.
edc_options(
...,
trialmaster_pw,
path_7zip,
edc_lookup,
edc_subjid_ref,
edc_plotly,
edc_fct_yesno,
edc_cols_subjid,
edc_cols_meta,
edc_cols_id,
edc_cols_crfname,
edc_meta_cols_pct,
edc_warn_max_subjid,
edc_read_verbose,
edc_correction_verbose,
edc_get_key_cols_verbose,
edc_lookup_overwrite_warn,
.local = FALSE
)
... |
unused |
trialmaster_pw |
the password of the trialmaster zip archive. For instance, you can use |
path_7zip |
the path to the 7zip executable. Default to |
edc_lookup |
(Internal) a reference to the lookup table (usually |
edc_subjid_ref |
used in edc_warn_patient_diffs the vector of the reference subject IDs. You should usually write |
edc_plotly |
used in edc_swimmerplot whether to use plotly to visualize the plot. |
edc_fct_yesno |
used in fct_yesno list of values to be considered as Yes/No values. Defaults to |
edc_cols_subjid , edc_cols_meta |
used in get_key_cols the name of the columns holding the subject id (default to |
edc_cols_id , edc_cols_crfname |
deprecated |
edc_meta_cols_pct |
The minimal proportion of datasets a column has to reach to be considered "meta" |
edc_warn_max_subjid |
The max number of subject IDs to show in edc_data_warn |
edc_read_verbose , edc_correction_verbose , edc_get_key_cols_verbose |
the verbosity of the output of functions read_trialmaster and read_tm_all_xpt, manual_correction, and get_key_cols. For example, set |
edc_lookup_overwrite_warn |
default to TRUE. Whether there should be warning when overwriting |
.local |
if TRUE, the effect will only apply to the local frame (internally using |
Nothing, called for its side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.