is.sym.set {RSDA}R 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)

[Package RSDA version 3.2.1 Index]