write_check_report: Write a check report.

write_check_reportR Documentation

Write a check report.

Description

Write a check report as created by check_all to excel.

Usage

write_check_report(check_report, file_path, language = c("German", "English"))

Arguments

check_report

The check report as created by check_all.

file_path

File destination.

language

In which language should the output be written? Currently only German is supported.

Details

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.

Examples

dataset <- system.file("extdata", "example_data2.sav", package = "eatFDZ")
out <- check_all(dataset)
write_check_report(out, file_path = tempfile())

beckerbenj/eatFDZ documentation built on June 11, 2025, 6:49 a.m.