Learn R Programming

RSDA (version 3.0)

sym.set: Create an symbolic_set type object

Description

Create an symbolic_set type object

Usage

sym.set(x = NA)

Arguments

x

character vector

Value

a symbolic set

Examples

Run this code
# NOT RUN {
sym.set(factor(c("a", "b", "b", "l")))
# }

Run the code above in your browser using DataLab