names.GlobalOptionsFun.Rd
Option names
# S3 method for GlobalOptionsFun names(x)
the option object returned by set_opt or setGlobalOptions.
set_opt
setGlobalOptions
A vector of option names
opt = set_opt( a = 1, b = "text" ) names(opt) #> [1] "a" "b"