R/matrix.R

Defines functions fashion.matrix

#' @export
fashion.matrix <- function(x, decimals = 2, leading_zeros = FALSE, na_print = "") {
  fashion(
    as.data.frame(x),
    decimals = decimals,
    leading_zeros = leading_zeros,
    na_print = na_print
  )
}

Try the corrr package in your browser

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

corrr documentation built on Aug. 17, 2022, 1:05 a.m.