Description Usage Arguments Details Value
Set multiple parameters in a Params object without checking for validity.
This function is similar with that in splatter
.
1 2 3 4 | setParamsUnchecked(object, update = NULL, ...)
## S4 method for signature 'Params'
setParamsUnchecked(object, update = NULL, ...)
|
object |
Params object to set parameters in. |
update |
list of parameters to set where |
... |
additional parameters to set. These are combined with any
parameters specified in |
Each parameter is set by a call to setParam
. If the same
parameter is specified multiple times it will be set multiple times.
Parameters can be specified using a list via update
(useful when
collecting parameter values in some way) or individually (useful when setting
them manually), see examples.
Params object with updated values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.