putToEnv | R Documentation |
This function can change variables in the current package environment. This may be helpful for debugging or for some plotting functions.
putToEnv(variableList)
variableList |
A list containing all objects to be saved in the local package environment. |
None
putToEnv(list(bins=NULL))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.