sanitize_split {REDCapCAST}R Documentation

Sanitize list of data frames

Description

Removing empty rows

Usage

sanitize_split(
  l,
  generic.names = c("redcap_event_name", "redcap_repeat_instrument",
    "redcap_repeat_instance")
)

Arguments

l

A list of data frames.

generic.names

A vector of generic names to be excluded.

Value

A list of data frames with generic names excluded.


[Package REDCapCAST version 24.2.1 Index]