#' @title nice_table_html
#'
#' @param table
#'
#' @return
#' @export
#' @import kableExtra
#' @examples
nice_table_html <- function(table) {
nice_table(table) %>%
scroll_box(width = "100%")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.