R/.onAttach.r

Defines functions .onAttach

#' On Attach Hook
#'
#' @description 
#' On Attach hook.
#' 
#' @param libname 
#' @param pkgname
#' @template author
#' @template references
#' @export .onAttach
.onAttach <- function(libname, pkgname) {

}
rappster/reactr documentation built on May 26, 2019, 11:56 p.m.