Description Usage Details Value Author(s) Examples
Removes all objects in the environment.
1 | crush()
|
Removes every single object in the environment. Same as the broom icon in RStio.
This function doesn't return anything - it only has side-effects, removing all objects in memory in the local environment.
Matt Simmons mattsimmons@email.com
1 2 3 | x <- 1
y <- 2
crush()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.