R/mm.R

Defines functions mm

Documented in mm

#' @rdname defunct
#' @export
 
mm <- function(...) { # formula, data=parent.frame(), fun=mean, drop=TRUE, ... ) {
  .Defunct(msg = "mm() is no longer supported.")
}

Try the mosaic package in your browser

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

mosaic documentation built on Aug. 8, 2025, 7:54 p.m.