output_content <- function() {
fluidRow(
mainPanel(
plotOutput("dist_plot"),
plotOutput("trace_plot")
)
)
}
out_tab <- tabPanel("Output",output_content())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.