#' Show earning panel
#' @param title character string with title of panel
#' @param outputId outputId of tabel output
#' @param ... additional arguments applied to shiny::tabPanel
show_earning_panel <- function(title, outputId, ...) {
tabPanel(title = title,
br(),
DT::dataTableOutput(outputId = outputId), ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.