clear | R Documentation |
Function to clean the local environment. The call of this function clears the console and the local environment variables.
clear(keep_environment = FALSE, keep_console = FALSE)
keep_environment |
(Optional, boolean) If true, the objects from the environment will not be deleted/emptied. |
keep_console |
(Optional, boolean) If true, the console will not be emptied. |
Nothing.
clear()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.