ui <- function(request) {
fluidPage(
uiOutput("title_logo"),
strong("App to Calculate Sequential t-Tests"),
uiOutput("description_text"),
br(),
tabsetPanel(
id = "tabs_id",
tab_1,
tab_2
),
uiOutput("developer_information_text"),
br()
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.