Code
update(stp, y = 5)
Condition
Error in `update()`:
! The step you are trying to update, `step_stp()`, does not have the y field.
Code
update(stp, x = 5)
Condition
Error in `update()`:
! To update `step_stp()`, it must not be trained.
Code
update(step, x = 5, x = 6)
Condition
Error in `update()`:
! To update `step_stp()`, it must not be trained.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.