OuhscBbmc/REDCapR

expand checks in `validate_for_write()`

Closed this issue · 0 comments

  • add a convert_logical_to_integer parameter . If it's true, it won't warn about

    The 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 of record_id, redcap_event_name, redcap_repeat_instrument, &
  • validate_data_frame_inherits()
  • validate_field_names()
  • validate_record_id_name()
  • validate_repeat_instance()
  • validate_no_logical()