# Information tab
tabItem(
tabName = "info",
h3("SessionInfo"),
br(),
fluidRow(
column(12, verbatimTextOutput("sessionInfo"))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.