options {sets} | R Documentation |
Function for getting and setting options for the sets package.
set_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 |
if missing, the specified value is returned, otherwise set. |
Currently, the following options are available:
"quote"
:TRUE
)."matchfun"
:cset
(default: NULL
)."orderfun"
:cset
(default: NULL
).set_options() set_options("quote", TRUE) print(set("a")) set_options("quote", FALSE) print(set("a"))