Check documentation of data sets.
check_docu_mez.Rd
This is a specific version of check_docu
written for the MEZ
study. If a variable name can not be found in the
documentation, the variable name is split at the first numeral and *
is added to the stem.
Arguments
- sav_path
Character vector with paths to the
.sav
files.- pdf_path
Character vector with paths to the
.pdf
files.- post_words
Number of words after the variable names that should be extracted from the PDF.
- case_sensitive
If
TRUE
, upper and lower case are differentiated for variable name matching. IfFALSE
, case is ignored.- encoding
Optional: The character encoding used for reading the
.sav
file. The default,NULL
, uses the encoding specified in the file, but sometimes this value is incorrect and it is useful to be able to override it.