Learn R Programming

caMST (version 0.1.4)

.onAttach: 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

Details

Idea taken from https://github.com/ntguardian/MCHT/blob/master/R/StartupMessage.R

Examples

Run this code
# NOT RUN {
caMST:::.onAttach(.libPaths()[1], "caMST")
# }

Run the code above in your browser using DataLab