Learn R Programming

sets (version 0.3-2)

options: Options for the `sets' package

Description

Function for getting and setting options for the sets package.

Usage

set_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
if missing, the specified value is returned, otherwise set.

Details

Currently, the following options are available:

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

See Also

cset

Examples

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

Run the code above in your browser using DataLab