Learn R Programming

GlobalOptions (version 0.1.2)

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

27,473

Version

0.1.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

June 10th, 2020

Functions in GlobalOptions (0.1.2)

$<-.GlobalOptionsFun

Set option value by dollar symbol
setGlobalOptions

Produce a function which can get or set global options
print.GlobalOptionsFun

Print the GlobalOptionsFun object
.DollarNames.GlobalOptionsFun

The .DollarNames method for the GlobalOptionsFun class
[.GlobalOptionsFun

Get a single GlobalOption object
set_opt

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

Get option value by dollar symbol
.v

Get value of other options
dump_opt

Print all fields of a single option
names.GlobalOptionsFun

Option names
$.InternalOptionValue

Get value of other options
[[.GlobalOptionsFun

Get option value by subset operator
[[<-.GlobalOptionsFun

Set option value by subset operator