View source: R/setGlobalOptions.R
dump_opt | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.