[.GlobalOptionsFun {GlobalOptions} | R Documentation |
Get a single GlobalOption object
Description
Get a single GlobalOption object
Usage
## S3 method for class 'GlobalOptionsFun'
x[nm]
Arguments
x |
the option object returned by |
nm |
a single name of the option. |
Details
This function is only used internally.
Author(s)
Zuguang Gu <z.gu@dkfz.de>
Examples
opt = set_opt(a = 1, b = "b")
opt["a"]
opt["b"]
[Package GlobalOptions version 0.1.2 Index]