| dump_opt {GlobalOptions} | R Documentation |
Print all fields of a single option
dump_opt(opt, opt_name)
opt |
the option object returned by |
opt_name |
a single name of the option. |
Actually this function is identical to opt[opt_name].
z.gu@dkfz.de
opt = set_opt(a = 1, b = "b") dump_opt(opt, "a") dump_opt(opt, "b")