options {sets} | R Documentation |
Function for getting and setting options for the sets package.
sets_options(option, value)
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. |
Currently, the following options are available:
"quote"
:TRUE
)."hash"
:TRUE
)."matchfun"
:cset
(default: NULL
)."orderfun"
:cset
(default: NULL
)."universe"
:NULL
).sets_options() sets_options("quote", TRUE) print(set("a")) sets_options("quote", FALSE) print(set("a"))