Package: GlobalOptions 0.1.2
GlobalOptions: Generate Functions to Get or Set Global Options
It provides more configurations on the option values such as validation and filtering on the values, making options invisible or private.
Authors:
GlobalOptions_0.1.2.tar.gz
GlobalOptions_0.1.2.zip(r-4.5)GlobalOptions_0.1.2.zip(r-4.4)GlobalOptions_0.1.2.zip(r-4.3)
GlobalOptions_0.1.2.tgz(r-4.4-any)GlobalOptions_0.1.2.tgz(r-4.3-any)
GlobalOptions_0.1.2.tar.gz(r-4.5-noble)GlobalOptions_0.1.2.tar.gz(r-4.4-noble)
GlobalOptions_0.1.2.tgz(r-4.4-emscripten)GlobalOptions_0.1.2.tgz(r-4.3-emscripten)
GlobalOptions.pdf |GlobalOptions.html✨
GlobalOptions/json (API)
NEWS
# Install 'GlobalOptions' in R: |
install.packages('GlobalOptions', repos = c('https://jokergoo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jokergoo/globaloptions/issues
Last updated 4 months agofrom:c3b7970b2c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:.DollarNames.GlobalOptionsFun.v[.GlobalOptionsFun[[.GlobalOptionsFun[[<-.GlobalOptionsFun$.GlobalOptionsFun$.InternalOptionValue$<-.GlobalOptionsFundump_optnames.GlobalOptionsFunprint.GlobalOptionsFunset_optsetGlobalOptions
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
The .DollarNames method for the GlobalOptionsFun class | .DollarNames.GlobalOptionsFun Dot.DollarNames.GlobalOptionsFun |
Get value of other options | .v Dot.v |
Get a single GlobalOption object | Extract.GlobalOptionsFun [.GlobalOptionsFun |
Get option value by subset operator | ExtractExtract.GlobalOptionsFun [[.GlobalOptionsFun |
Set option value by subset operator | ExtractExtractAssign.GlobalOptionsFun [[<-.GlobalOptionsFun |
Get option value by dollar symbol | $.GlobalOptionsFun Subset.GlobalOptionsFun |
Get value of other options | $.InternalOptionValue Subset.InternalOptionValue |
Set option value by dollar symbol | $<-.GlobalOptionsFun Assign.GlobalOptionsFun |
Print all fields of a single option | dump_opt |
Option names | names.GlobalOptionsFun |
Print the GlobalOptionsFun object | print.GlobalOptionsFun |
Produce a function which can get or set global options | set_opt |
Produce a function which can get or set global options | setGlobalOptions |