.onLoad {artma} | R Documentation |
.onLoad hook for package initialization
Description
Called when the package is loaded.
Usage
.onLoad(libname, pkgname)
Arguments
libname |
The path to the library. |
pkgname |
The name of the package. |
Value
NULL
Sets up the package on load
[Package artma version 0.2.1 Index]