Learn R Programming

GlobalOptions (version 0.1.2)

names.GlobalOptionsFun: Option names

Description

Option names

Usage

# S3 method for GlobalOptionsFun
names(x)

Arguments

x

the option object returned by set_opt or setGlobalOptions.

Value

A vector of option names

Examples

Run this code
# NOT RUN {
opt = set_opt(
    a = 1,
    b = "text"
)
names(opt)
# }

Run the code above in your browser using DataLab