Subset.GlobalOptionsFun.rd
Get option value by dollar symbol
# S3 method for GlobalOptionsFun $(x, nm)
the object returned by set_opt or setGlobalOptions.
set_opt
setGlobalOptions
a single option name.
opt$a is same as opt("a").
opt$a
opt("a")
Zuguang Gu <z.gu@dkfz.de>
opt = set_opt(a = 1) opt$a #> [1] 1