R/nice_table_html.R

Defines functions nice_table_html

Documented in nice_table_html

#' @title nice_table_html
#'
#' @param table
#'
#' @return
#' @export
#' @import kableExtra
#' @examples
nice_table_html <- function(table) {
  nice_table(table) %>%
    scroll_box(width = "100%")
}
epongpipat/eepR documentation built on June 5, 2024, 10:03 a.m.