Rdocumentation
powered by
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
Link to current version
Version
Version
0.1.3
0.1.2
0.1.1
0.1.0
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Install
install.packages('GlobalOptions')
Monthly Downloads
43,164
Version
0.1.3
License
MIT + file LICENSE
Issues
1
Pull Requests
0
Stars
9
Forks
4
Repository
https://github.com/jokergoo/GlobalOptions
Maintainer
Zuguang Gu
Last Published
November 28th, 2025
Functions in GlobalOptions (0.1.3)
Search all functions
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