remove_empty_rows | R Documentation |
Remove rows that are empty in all associated data columns (those derived from fields in REDCap). This occurs when a form is filled out in an event, but other forms are not. Regardless of a form's status, all forms in an event are included in the output so long as any form in the event contains data.
This only applies to longitudinal REDCap databases containing events.
remove_empty_rows(data, my_record_id)
data |
A REDCap dataframe from a longitudinal database,
pre-processed within a |
my_record_id |
The record ID defined in the project. |
A dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.