dot-onAttach: 'Groq': Support Functions

.onAttachR Documentation

'Groq': Support Functions

Description

Runs when attached such as by library() or require()

Usage

.onAttach(libname, pkgname)

Arguments

libname

The name of the library where this add-on is located.

pkgname

The name of the package that is being attached.

Details

This function is an attachment point for the 'onAttach' event in R packages. It is called when this package is attached to the R session."


groqR documentation built on April 12, 2025, 1:36 a.m.