rk.JS.opt-class | R Documentation |
This simple class is used for JavaScript generation and produced by
rk.JS.options
. You shouldn't need to temper with this
type of class manually.
var.name
Character string, the name of the variable.
opt.name
Character string, the name of the option.
collapse
Character string, used to collapse several options into one string.
ifs
A list with objects of class rk.JS.ite.
array
Logical, whether to use an array for options.
funct
Character string, name of the R function to be called to combine the options.
opt.sep
Character string, separates previous options from the one defined here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.