| push.data | R Documentation |
push.data is used to update globalEnv from function
push.data(name, object)
name |
Name of an object to be created or replaced in global env |
object |
any object |
nothing
push.data("test",6)
rm(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.