library(reactlog)
# tell shiny to log all reactivity
reactlog_enable()
# run a shiny app
app <- system.file("./dendroViz/app", package = "shiny")
runApp(app)
# once app has closed, display reactlog from shiny
shiny::reactlogShow()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.