Learn R Programming

artma (version 0.2.1)

.onLoad: .onLoad hook for package initialization

Description

Called when the package is loaded.

Usage

.onLoad(libname, pkgname)

Value

NULL Sets up the package on load

Arguments

libname

The path to the library.

pkgname

The name of the package.