filterEmptyRow function

Remove Rows Containing Only Missing Values

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.

filterEmptyRow(data, rcon)

Arguments

  • data: A data.frame to be filtered.
  • rcon: A redcapConnection object.

See Also

exportRecordsTyped(),

exportReportsTyped()

  • Maintainer: Shawn Garbett
  • License: GPL-2
  • Last published: 2024-10-17