R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste0(c("\n****\nWelcome to synoptReg! \n",
                                 "Using synoptReg for research publication?  Please cite it!\n",
                                 "I'm an early career researcher and every citation matters.\n****\n")))}

Try the synoptReg package in your browser

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

synoptReg documentation built on April 22, 2021, 1:06 a.m.