Learn R Programming

RSDA (version 3.2.1)

is.sym.set: Symbolic set

Description

Symbolic set

Usage

is.sym.set(x)

Value

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

Arguments

x

an object to be tested

Examples

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

Run the code above in your browser using DataLab