app <- ShinyDriver$new("../../")
app$snapshotInit("mytest")
app$snapshot()
app$setInputs(input_number = 7)
app$snapshot()
app$setInputs(input_number = 1)
app$snapshot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.