R/zzz.R

Defines functions .onLoad .onAttach

# zzz.R
#
# Package startup and unload functions

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

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


# .onUnload <- function(libname, pkgname) {
#
# }



# [END]

Try the qqid package in your browser

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

qqid documentation built on May 2, 2019, 12:19 p.m.