Learn R Programming

distr6 (version 1.3.7)

listSpecialSets-Deprecated: Lists Implemented R6 Special Sets

Description

Lists special sets that can be used in SetInterval.

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.

Examples

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

Run the code above in your browser using DataLab