Learn R Programming

set6 (version 0.2.4)

listSpecialSets: Lists Implemented R6 Special Sets

Description

Lists special sets that can be used in Set.

Usage

listSpecialSets(simplify = FALSE)

Arguments

simplify

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

Value

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

Examples

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

Run the code above in your browser using DataLab