dot-onAttach: Package Attach Hook Function

Description Usage Arguments Examples

Description

Hook triggered when package attached

Usage

1
.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

Examples

1
CPAT:::.onAttach(.libPaths()[1], "CPAT")

CPAT documentation built on May 1, 2019, 6:51 p.m.

Related to dot-onAttach in CPAT...