library(shiny)
library(shinyAce)
shinyServer(function(input, output, session) {
observeEvent(input$clear, {
updateAceEditor(session, "ace", value = "\r")
})
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.