chk-dummy {testdat} | R Documentation |
Checks: dummy
Description
These functions provide common, simple data checks.
Usage
chk_dummy(x)
Arguments
x |
A vector to check. |
Value
A logical vector flagging records that have passed or failed the check.
See Also
Other vector checks:
chk-dates
,
chk-labels
,
chk-patterns
,
chk-text
,
chk-uniqueness
,
chk-values
Examples
chk_dummy(LETTERS)
[Package testdat version 0.4.2 Index]