save_edc_data_warnings {EDCimport} | R Documentation |
Save EDCimport warning to Excel
Description
Each time edc_data_warn is used, the warning is saved internally so that a summary can be retrieved using edc_data_warnings. This summary can then be saved into a .xlsx
file using save_edc_data_warnings()
.
Usage
save_edc_data_warnings(
edc_warnings = edc_data_warnings(),
path = "edc_data_warnings.xlsx",
overwrite = TRUE,
open = FALSE
)
Arguments
edc_warnings |
the result of edc_data_warnings |
path |
a |
overwrite |
If |
open |
If |
Value
a logical(1), whether the file could be written, invisibly
[Package EDCimport version 0.6.0 Index]