is.sym.set: Symbolic set

View source: R/symbolic_objects.R

is.sym.setR Documentation

Symbolic set

Description

Symbolic set

Usage

is.sym.set(x)

Arguments

x

an object to be tested

Value

returns TRUE if its argument's value is a symbolic_set and FALSE otherwise.

Examples

x <- sym.set(factor(c("a", "b", "b", "l")))
is.sym.set(x)

RSDA documentation built on Nov. 5, 2025, 7:13 p.m.