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")
}

Try the retrosheet package in your browser

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

retrosheet documentation built on July 10, 2023, 2:02 a.m.