.onAttach {groqR} | R Documentation |
'Groq': Support Functions
Description
Runs when attached such as by library() or require()
Usage
.onAttach(libname, pkgname)
Arguments
libname |
The name of the library where this add-on is located. |
pkgname |
The name of the package that is being attached. |
Details
This function is an attachment point for the 'onAttach' event in R packages. It is called when this package is attached to the R session."
[Package groqR version 0.0.3 Index]