assignObjects: Assign Package Functions to the Global Environment

assignObjectsR Documentation

Assign Package Functions to the Global Environment

Description

This function provides all (also non-exported) function definitions of this package in the Global environment. This is useful for debugging the code of a function that calls non-exported functions.

Usage

assignObjects()

Examples

## Not run: 
# Provide all functions of kwb.utils in the global environment
assignObjects()

## End(Not run)

KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.