R/init.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(paste(c("Scalelink: Record for 'probabilistic' linkage using a scaling procedure", format(citation("Scalelink")), "\n", "For examples on how to use this package type example(Scalelink)"), collapse="\n"))
} 

Try the Scalelink package in your browser

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

Scalelink documentation built on May 2, 2019, 8:29 a.m.