R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  txt <- paste0(
    "Run `",
    "?tinycodet::tinycodet",
    "` to open the introduction help page of 'tinycodet'."
  )
  packageStartupMessage(txt)
}

Try the tinycodet package in your browser

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

tinycodet documentation built on Sept. 12, 2024, 7:03 a.m.