dump_opt {GlobalOptions} | R 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 |
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")
[Package GlobalOptions version 0.1.2 Index]