create_repeat_instance_vars | R Documentation |
Utility function to convert redcap repeat instance columns into appropriate form and event columns
create_repeat_instance_vars(db_data)
db_data |
The REDCap database output generated by
|
The output of a standard REDCap export with repeating forms and/or events
makes use of redcap_repeat_instance
in combination with
redcap_repeat_instrument
and whether or not data exists in both. Instead,
rename and separate redcap_repeat_instance
into redcap_form_instance
and
redcap_event_instance
.
A dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.