putToEnv {mrbin} | R 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))
[Package mrbin version 1.7.5 Index]