Option names

# S3 method for GlobalOptionsFun
names(x)

Arguments

x

the option object returned by set_opt or setGlobalOptions.

Value

A vector of option names

Examples

opt = set_opt( a = 1, b = "text" ) names(opt)
#> [1] "a" "b"