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()
.
save_edc_data_warnings(
edc_warnings = edc_data_warnings(),
path = "edc_data_warnings.xlsx",
overwrite = TRUE,
open = FALSE
)
a logical(1), whether the file could be written, invisibly
the result of edc_data_warnings
a .xlsx
file path
If TRUE
, overwrite any existing file.
If TRUE
, overwrite any existing file.