Learn R Programming

distr6 (version 1.1.0)

listSpecialSets: Lists Implemented R6 Special Sets

Description

Lists special sets that can be used in SetInterval.

Usage

listSpecialSets(simplify = FALSE)

Arguments

simplify

logical. If FALSE (default) returns data.table of set name and symbol, otherwise set names as characters.

Value

Either a list of characters (if simplify is TRUE) or a data.table of SpecialSets and their traits.

See Also

SpecialSet

Examples

Run this code
# NOT RUN {
listSpecialSets()
listSpecialSets(TRUE)
# }

Run the code above in your browser using DataLab