R/utils_print.R

Defines functions print.modelsummary_string

#' internal print method for raw html and latex
#'
#' @export
#' @keywords internal
#' @noRd
print.modelsummary_string <- function(x, ...) {
    cat(x, "\n", sep = "", ...)
    invisible(x)
}
vincentarelbundock/gtsummary documentation built on Nov. 6, 2024, 11:07 p.m.