Create a single row in the redcap_randomization table that mirrors that in another project.
Arguments
- source_conn
- a DBI connection object pointing at the REDCap database that houses the source project.
- target_conn
- a DBI connection object pointing at the REDCap database that houses the target project.
- source_project_id
- The project ID of the REDCap project that contains randomization to be cloned.
- target_project_id
- The project ID of the REDCap project that will receive the mirrored randomization data.