Extract.GlobalOptionsFun: Get a single GlobalOption object

Description Usage Arguments Details Author(s) Examples

Description

Get a single GlobalOption object

Usage

1
2
## S3 method for class 'GlobalOptionsFun'
x[nm]

Arguments

x

the option object returned by set_opt or setGlobalOptions.

nm

a single name of the option.

Details

This function is only used internally.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
3
opt = set_opt(a = 1, b = "b")
opt["a"]
opt["b"]

GlobalOptions documentation built on July 2, 2020, 2:35 a.m.