Learn R Programming

redcapAPI (version 2.9.1)

Extraction: Extraction and Assignment for redcapFactors

Description

Extract elements and make assignments to redcapFactors

Usage

# S3 method for redcapFactor
[(x, ..., drop = FALSE)

# S3 method for 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.