Learn R Programming

sets (version 0.3-1)

options: Options for the set package

Description

Function for getting and setting options for the set package.

Usage

set_options(option, value)

Arguments

option
character string indicating the option to be retreived or set (see details). If missing, all options are returned as a list.
value
if missing, the specified option is returned, else 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