.onAttach {TestDesign} | R Documentation |
(Internal) Package startup functions
Description
.onAttach
is an internal function called when the package is first loaded.
Usage
.onAttach(libname, pkgname)
Arguments
libname , pkgname |
not used; only defined for compatibility. |
Value
.onAttach
does not return anything.
[Package TestDesign version 1.7.0 Index]