tabPanel("Session logs",
value = "SessionLogsTab",
tabsetPanel(
id = "test",
tabPanel("Session logs",
value = "ChangeDataset",
sidebarCustom(),
tagList(
DT::dataTableOutput("logSession", width = "800px")
)
),
tabPanel("R source code (Deprecated)",
tagList(
uiOutput("InfoTextSourceCode"),
uiOutput("code")
)
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.