sub-.columnTables: Extract Elements from a 'columnTables' Object

Description Usage Arguments Value Examples

Description

Extract Elements from a columnTables Object

Usage

1
2
## S3 method for class 'columnTables'
colTables[cols = NULL]

Arguments

colTables

A columnTables object.

cols

The columns to extract the tables for (character vector).

Value

A list of tables of the desired columns.

Examples

1
2
3
4
5
dd <- dataDict(mtcars)
dd$colTables["mpg"]

# The following line works, but causes automated checking/testing problems
# dd$colTables[c("mpg", "cyl", "am")]

KO112/KO documentation built on Oct. 2, 2020, 9:21 a.m.