Extraction {redcapAPI}R Documentation

Extraction and Assignment for redcapFactors

Description

Extract elements and make assignments to redcapFactors

Usage

## S3 method for class 'redcapFactor'
x[..., drop = FALSE]

## S3 method for class 'redcapFactor'
print(x, ...)

Arguments

x

an object of class redcapFactor

...

additional arguments to pass to other methods

drop

logical. If TRUE, unused levels are dropped.


[Package redcapAPI version 2.9.1 Index]