ui <- fluidPage(
# resources
tags$head(
tags$script(src = "app.js"),
tags$link(rel = "stylesheet", type = "text/css", href = "app.css")
),
# title
titlePanel('Analyx demo application'),
# modules
moduleSettingsUI("settings"),
moduleResultsUI("results"),
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.