R/zzz.R

Defines functions .onLoad .onUnload

.onLoad <- function(libname, pkgname)
{
  library.dynam('synchronicity', pkgname, libname);
}

.onUnload <- function(libpath)
{
  library.dynam.unload('synchronicity', libpath);
}

Try the synchronicity package in your browser

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

synchronicity documentation built on May 2, 2019, 5:24 p.m.