R/zzz.R

Defines functions .onLoad

default_engines <- NULL

.onLoad <- function(libname, pkgname) {

  default_engines <<- list(
    dplyr = recode_function_dplyr,
    tidyfast = recode_function_tidyfast
  )

  invisible()
}

Try the rcoder package in your browser

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

rcoder documentation built on Oct. 6, 2023, 9:06 a.m.