#' Start Application
#'
#' @export
startApplication <- function() {
runApp(
system.file("app", package = "jingle"),
port = 4242,
host = "0.0.0.0"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.