R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) { # nolint
  packageStartupMessage(paste(strwrap(creditmsg), collapse = "\n"))
}

Try the jpndistrict package in your browser

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

jpndistrict documentation built on Nov. 27, 2020, 5:08 p.m.