dropRepeatingNA: Drop Row Where Repeat Instrument Is NA

View source: R/dropRepeatingNA.R

dropRepeatingNAR Documentation

Drop Row Where Repeat Instrument Is NA

Description

Drops rows where the repeat instrument is NA. Returns a data frame of records where repeat instruments have a value.

Usage

dropRepeatingNA(Records, rcon, quiet = FALSE)

Arguments

Records

A data.frame containing the records from exportRecordsTyped()

rcon

A redcapConnection object.

quiet

logical(1). When FALSE, a message is printed indicating how many rows were in Records at the start and completion of the subset.

See Also

exportRecordsTyped(),
exportReportsTyped()


redcapAPI documentation built on Sept. 13, 2023, 1:07 a.m.