View source: R/setGlobalOptions.R
| names.GlobalOptionsFun | R Documentation | 
Option names
## S3 method for class 'GlobalOptionsFun'
names(x)
| x | the option object returned by  | 
A vector of option names
opt = set_opt(
    a = 1,
    b = "text"
)
names(opt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.