dump_opt: Print all fields of a single option

Description Usage Arguments Details Author(s) Examples

View source: R/setGlobalOptions.R

Description

Print all fields of a single option

Usage

1
dump_opt(opt, opt_name)

Arguments

opt

the option object returned by set_opt or setGlobalOptions.

opt_name

a single name of the option.

Details

Actually this function is identical to opt[opt_name].

Author(s)

z.gu@dkfz.de

Examples

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

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