dump_opt: Print all fields of a single option

View source: R/setGlobalOptions.R

dump_optR Documentation

Print all fields of a single option

Description

Print all fields of a single option

Usage

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

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

jokergoo/GlobalOptions documentation built on June 28, 2024, 12:34 p.m.