listSpecialSets: Lists Implemented R6 Special Sets

View source: R/listSpecialSets.R

listSpecialSetsR Documentation

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

listSpecialSets()
listSpecialSets(TRUE)

xoopR/set6 documentation built on Sept. 2, 2023, 4:45 a.m.