| update_synth_spec | R Documentation |
Update non-custom synth_spec arguments
update_synth_spec(synth_spec, ...)
synth_spec |
A |
... |
Optional named keywords in |
A synth_spec
synth_spec <- synth_spec()
lm_mod <- parsnip::linear_reg() |>
parsnip::set_engine("lm") |>
parsnip::set_mode(mode = "regression")
update_synth_spec(
synth_spec,
default_regression_model = lm_mod
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.