inst/pkg/R/yourpackagename.R

# Here's a good place to put your top-level package documentation

.onAttach <- function (lib, pkgname="yourpackagename") {
    ## Put stuff here you want to run when your package is loaded
    invisible()
}

Try the skeletor package in your browser

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

skeletor documentation built on May 1, 2019, 6:26 p.m.