library(shiny)
shinyUI(fluidPage(
titlePanel("shinyAce auto completion - combine completion lists"),
radioButtons("dataset", "Dataset: ", c("mtcars", "airquality"), inline = TRUE),
uiOutput("ace_editor")
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.