check_repeat_and_nonrepeat {REDCapTidieR} | R Documentation |
Check for instruments that have both repeating and non-repeating structure
Description
Check for potential instruments that are given both repeating and
nonrepeating structure. REDCapTidieR
does not support database
structures built this way.
Usage
check_repeat_and_nonrepeat(db_data, call = caller_env())
Arguments
db_data |
The REDCap database output generated by
|
call |
the calling environment to use in the error message |
Value
A helpful error message alerting the user to existence of an instrument that was designated both as repeating and non-repeating.
[Package REDCapTidieR version 1.1.1 Index]