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

Try the modelsummary package in your browser

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

modelsummary documentation built on Sept. 11, 2024, 6:44 p.m.