R/attach.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(
    "This package is no longer being maintained and might be removed from CRAN in future.
    You should instead be using `group_map()`, `group_modify()` and `group_walk()` functions
    from `dplyr`. See: https://dplyr.tidyverse.org/reference/group_map.html"
  )
}

Try the groupedstats package in your browser

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

groupedstats documentation built on May 29, 2021, 1:06 a.m.