Extraction {redcapAPI} | R Documentation |
Extraction and Assignment for redcapFactor
s
Description
Extract elements and make assignments to redcapFactor
s
Usage
## S3 method for class 'redcapFactor'
x[..., drop = FALSE]
## S3 method for class 'redcapFactor'
print(x, ...)
Arguments
x |
an object of class |
... |
additional arguments to pass to other methods |
drop |
|
[Package redcapAPI version 2.9.1 Index]