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)
}

Try the modelsummary package in your browser

Any scripts or data that you put into this service are public.

modelsummary documentation built on Oct. 15, 2023, 5:06 p.m.