R/onLoad.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage("\nFor Retrosheet data obtained with this package:\n
The information used here was obtained free of charge from
and is copyrighted by Retrosheet. Interested parties may
contact Retrosheet at \"www.retrosheet.org\"\n")
}
colindouglas/retrosheet documentation built on March 2, 2024, 4:51 p.m.