R/generics.R

Defines functions before after

after <- function(x, child) {
  UseMethod("after", x)
}

before <- function(x, child) {
  UseMethod("before", x)
}

Try the emayili package in your browser

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

emayili documentation built on Aug. 30, 2023, 5:12 p.m.