.onAttach {ShortForm} | R Documentation |
Package Attach Hook Function
Description
Hook triggered when package attached.
Usage
.onAttach(lib, pkg)
Arguments
lib |
a character string giving the library directory where the package defining the namespace was found |
pkg |
a character string giving the name of the package |
Details
Idea taken from https://github.com/ntguardian/MCHT/blob/master/R/StartupMessage.R
Examples
ShortForm:::.onAttach(.libPaths()[1], "ShortForm")
[Package ShortForm version 0.5.5 Index]