Remove Rows Containing Only Missing Values
Evaluates each row of a data frame for missingness. If all fields (excluding the identifying fields) are missing, the row is removed from the data. For the purpose of this function, redcap_data_access_group is considered an identifying field.
redcap_data_access_group
filterEmptyRow(data, rcon)
data
data.frame
rcon
redcapConnection
exportRecordsTyped(),
exportRecordsTyped()
exportReportsTyped()
Useful links