R/zzz.r

.onLoad <- function(libname, pkgname){
  ### Preload to global environment.
  invisible(eval(parse(text = "pbdRPC:::.rpcopt_init()")))

  invisible()
} # End of .onLoad().

.onUnload <- function(libpath){
  invisible()
} # End of .onUnload().

.onAttach <- function(libname, pkgname){
  invisible()
} # End of .onAttach().

Try the pbdRPC package in your browser

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

pbdRPC documentation built on May 1, 2019, 7:28 p.m.