Learn R Programming

sets (version 1.0-16)

options: Options for the `sets' package

Description

Function for getting and setting options for the sets package.

Usage

sets_options(option, value)

Arguments

option
character string indicating the option to get or set (see details). If missing, all options are returned as a list.
value
Value to be set. If omitted, the current value is returned.

Details

Currently, the following options are available:

[object Object],[object Object],[object Object],[object Object],[object Object]

See Also

cset

Examples

Run this code
sets_options()
sets_options("quote", TRUE)
print(set("a"))
sets_options("quote", FALSE)
print(set("a"))

Run the code above in your browser using DataLab