library(shiny)
shinyUI(fluidPage(
p("Export Folder of asyr files to Excel"),mainPanel(
actionButton("EXP", "Export"),
br(),br(),br(),
actionButton("Quit", "Quit"),
textOutput("session"))
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.