Learn R Programming

GlobalOptions (version 0.1.3)

Generate Functions to Get or Set Global Options

Description

It provides more configurations on the option values such as validation and filtering on the values, making options invisible or private.

Copy Link

Version

Install

install.packages('GlobalOptions')

Monthly Downloads

43,164

Version

0.1.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Zuguang Gu

Last Published

November 28th, 2025

Functions in GlobalOptions (0.1.3)

set_opt

Produce a function which can get or set global options
$.InternalOptionValue

Get value of other options
[.GlobalOptionsFun

Get a single GlobalOption object
.DollarNames.GlobalOptionsFun

The .DollarNames method for the GlobalOptionsFun class
[[<-.GlobalOptionsFun

Set option value by subset operator
[[.GlobalOptionsFun

Get option value by subset operator
.v

Get value of other options
names.GlobalOptionsFun

Option names
dump_opt

Print all fields of a single option
$<-.GlobalOptionsFun

Set option value by dollar symbol
$.GlobalOptionsFun

Get option value by dollar symbol
print.GlobalOptionsFun

Print the GlobalOptionsFun object
setGlobalOptions

Produce a function which can get or set global options