check_all | R Documentation |
Run all data checks.
check_all(
sav_path,
pdf_path = NULL,
encoding = NULL,
missingRange = -50:-99,
missingRegex = "missing|omitted|not reached|nicht beantwortet|ausgelassen",
idVar = NULL,
sdcVars = NULL
)
sav_path |
Path to the SPSS file |
pdf_path |
Path to the |
encoding |
Optional: The character encoding used for reading the |
missingRange |
Numerical range for missing tags. |
missingRegex |
Regular expression for value labels for missing tags. |
idVar |
Name(s) of the identifier variable in the |
sdcVars |
Variable names of variables with potential statistical disclosure control issues. |
This functions calls check_file_name
,
check_var_names
, check_meta_encoding
,
check_id
, check_var_labels
,
checkMissingValLabels
,
check_missing_range
, check_missing_regex
,
sdc_check
, and check_docu
.
A data.frame
.
dataset <- system.file("extdata", "example_data2.sav", package = "eatFDZ")
out <- check_all(dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.