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()
}
jefferislab/nat.templatebrains documentation built on Aug. 21, 2023, 11:22 a.m.