R/hooks.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # Do whatever needs to be done when the package is loaded.
  packageStartupMessage(paste("STR-validator", utils::packageVersion("strvalidator"), "loaded!"))
}

Try the strvalidator package in your browser

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

strvalidator documentation built on July 26, 2023, 5:45 p.m.