.set_param | R Documentation |
Unpacks the given expression to set the parameter specified by which_param
to params
. Continues recursively setting parameters via
.make_parameters()
.
.set_param(cur_expr, params, env, which_param, verbose)
cur_expr |
Current expression, a formula or list representation thereof |
params |
Parameter accumulator |
env |
Environment for the formula, on the first recursion this will be
pulled from |
which_param |
Which parameter to set, a string for usage |
verbose |
Logical, default |
params
.make_parameters()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.