#' Show results table
#' Last updated: 2021-02-14
#'
#' @param data_table A tibble
#' @export
show_results_table <- function(data_table) {
DT::datatable(data_table,
filter = 'top',
options = list(pageLength = 100,
autoWidth = TRUE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.