names.GlobalOptionsFun {GlobalOptions} | R Documentation |
Option names
Description
Option names
Usage
## S3 method for class 'GlobalOptionsFun'
names(x)
Arguments
x |
the option object returned by |
Value
A vector of option names
Examples
opt = set_opt(
a = 1,
b = "text"
)
names(opt)
[Package GlobalOptions version 0.1.2 Index]