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