Description Usage Arguments Details Author(s) Examples
Set option value by dollar symbol
1 2 | ## S3 replacement method for class 'GlobalOptionsFun'
x$nm <- value
|
x |
the object returned by |
nm |
a single option name. |
value |
the value which is assigned to the option. |
opt$a = 1
is same as opt("a" = 1)
.
Note you cannot reconfigurate the option by assigning a configuration list.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 | opt = set_opt(a = 1)
opt$a = 2
opt$a
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.