.onAttach {CPAT}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

Examples

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

[Package CPAT version 0.1.0 Index]