dropRepeatingNA {redcapAPI} | R 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()
[Package
redcapAPI version 2.10.0
Index]