R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(libname, pkgname)
{
  DOTBRACKET_COLORED_LETTERS <<- make_DOTBRACKET_COLORED_LETTERS()
}

.onUnload <- function(libpath)
{
  library.dynam.unload("Structstrings", libpath)
}

Try the Structstrings package in your browser

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

Structstrings documentation built on Dec. 11, 2020, 2:01 a.m.