names.GlobalOptionsFun: Option names

View source: R/setGlobalOptions.R

names.GlobalOptionsFunR Documentation

Option names

Description

Option names

Usage

## S3 method for class '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)

jokergoo/GlobalOptions documentation built on June 28, 2024, 12:34 p.m.