Learn R Programming

TestDesign (version 1.7.0)

.onAttach: (Internal) Package startup functions

Description

.onAttach is an internal function called when the package is first loaded.

Usage

.onAttach(libname, pkgname)

Value

.onAttach does not return anything.

Arguments

libname, pkgname

not used; only defined for compatibility.