i_assert_labels {ilabelled} | R Documentation |
Check for required value labels in set of variables
Description
Check for required value labels in set of variables
Usage
i_assert_labels(x, labels, info = NULL, verbose = TRUE)
Arguments
x |
data.frame |
labels |
character vector |
info |
string with info message (purpose of assertion) - optional |
verbose |
return TRUE when assertion is successful |
Value
No return value (exept when verbose = T). Aborts process when test not valid.
[Package ilabelled version 0.9.0 Index]