| [[.GlobalOptionsFun {GlobalOptions} | R Documentation |
Get option value by subset operator
## S3 method for class 'GlobalOptionsFun' x[[nm]]
x |
the option object returned by |
nm |
a single option name. |
opt[["a"]] is same as opt("a") or opt$a.
Zuguang Gu <z.gu@dkfz.de>
opt = set_opt(a = 1) opt[["a"]]