R/htmlTable_render_knit_print.R

Defines functions knit_print.htmlTable

Documented in knit_print.htmlTable

#' @rdname htmlTable
#' @importFrom knitr knit_print
#' @importFrom knitr asis_output
#' @export
knit_print.htmlTable <- function(x, ...) {
  asis_output(x)
}
gforge/htmlTable documentation built on Nov. 4, 2023, 12:05 a.m.