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 June 24, 2024, 5:12 p.m.