R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste0('psHarmonize ver. ', utils::packageVersion(pkg = 'psHarmonize'), '\n\n',
                               "psHarmonize evaluates and runs code entered in the harmonization sheet.\nMake sure to only use harmonization sheets from authors you trust."))
}

Try the psHarmonize package in your browser

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

psHarmonize documentation built on April 4, 2025, 1:50 a.m.