Learn R Programming

mrbin (version 1.9.1)

putToEnv: 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)

Value

None

Arguments

variableList

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

Examples

Run this code
 putToEnv(list(bins=NULL)) 

Run the code above in your browser using DataLab