putToEnv: A function for changing and adding variables in the package...

View source: R/mrbin.R

putToEnvR Documentation

A function for changing and adding variables in the package environment.

Description

This function can change variables in the current package environment. This may be helpful for debugging or for some plotting functions.

Usage

putToEnv(variableList)

Arguments

variableList

A list containing all objects to be saved in the local package environment.

Value

None

Examples

 putToEnv(list(bins=NULL)) 

mrbin documentation built on April 11, 2023, 6:05 p.m.