expand checks in `validate_for_write()`
Closed this issue · 0 comments
wibeasley commented
- add a
convert_logical_to_integer
parameter . If it's true, it won't warn aboutThe REDCap API does not automatically convert boolean values to 0/1 values.
-
redcap_repeat_instance
should be an integer -
validate_uniqueness()
: check for unique combinations ofrecord_id
,redcap_event_name
,redcap_repeat_instrument
, & -
validate_data_frame_inherits()
-
validate_field_names()
-
validate_record_id_name()
-
validate_repeat_instance()
-
validate_no_logical()