#this launches a bundled-in Shiny application in a separate window
pbtkUI <- function() {
shiny::runApp(system.file('shiny', package="httkgui"), display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.