R/zzz.R

Defines functions .onLoad

## when the package is loaded
.texinputs <- .bstbinputs <- NULL
.onLoad <- function(libname, pkgname) {
    .texinputs <<- texinputs()
    .bstinputs <<- bstinputs()

    invisible()
}

Try the jds.rmd package in your browser

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

jds.rmd documentation built on July 9, 2023, 5:32 p.m.