Removing empty rows
sanitize_split(
l,
generic.names = c("redcap_event_name", "redcap_repeat_instrument",
"redcap_repeat_instance"),
drop.complete = TRUE,
drop.empty = TRUE
)
A list of data frames with generic names excluded.
A list of data frames.
A vector of generic names to be excluded.
logical to remove generic REDCap variables indicating instrument completion. Default is TRUE.
logical to remove variables with only NAs Default is TRUE.