R/generics.R

Defines functions before after

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

before <- function(x, child) {
  UseMethod("before", x)
}
datawookie/emayili documentation built on Feb. 10, 2025, 8:23 p.m.