write_check_report | R Documentation |
Write a check report as created by check_all
to excel.
write_check_report(check_report, file_path, language = c("German", "English"))
check_report |
The check report as created by |
file_path |
File destination. |
language |
In which language should the output be written? Currently only German is supported. |
The function writes a check report provided by check_all
via openxlsx
to excel.
Formating and additional explanations are added to increase readability and usability.
dataset <- system.file("extdata", "example_data2.sav", package = "eatFDZ")
out <- check_all(dataset)
write_check_report(out, file_path = tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.