Skip to contents

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

if (FALSE) {
# Provide all functions of kwb.utils in the global environment
assignObjects()
}