R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {

  # see if we have any extra registrations downloaded by user
  # nb prepend these since we want them to be used in place of
  # those distributed with the package
  add_reg_folders(extra_reg_folders(), first = TRUE)

  invisible()
}

Try the nat.templatebrains package in your browser

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

nat.templatebrains documentation built on July 9, 2023, 6:18 p.m.