clear | R Documentation |
clear
will clear the global environment or, when specified, a list of
variables. clear
will then call the garbage collector.clear
will clear the global environment or, when specified, a list of
variables. clear
will then call the garbage collector.
clear(x = c())
x |
a vector of variable names to be deleted from the workspace |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.