R/modelsummary_wide.R

Defines functions modelsummary_wide

Documented in modelsummary_wide

#' Superseded function
#'
#' This function is superseded by the `shape` argument of the `modelsummary` function. 
#' @keywords internal
#' @export
modelsummary_wide <- function(...) {
  stop("The `modelsummary_wide` is replaced by the `shape` argument of the `modelsummary` function.", call. = FALSE)
}
vincentarelbundock/gtsummary documentation built on Nov. 6, 2024, 11:07 p.m.