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)
params
Current expression, a formula or list representation thereof
Parameter accumulator
Environment for the formula, on the first recursion this will be
pulled from formula
and then passed to subsequent recursions. Needed to
check whether a function is actually a function.
Which parameter to set, a string for usage
Logical, default TRUE
, whether to show drop_trends warning
if used incorrectly
.make_parameters()