crush: Crush

Description Usage Details Value Author(s) Examples

View source: R/crush.R

Description

Removes all objects in the environment.

Usage

1

Details

Removes every single object in the environment. Same as the broom icon in RStio.

Value

This function doesn't return anything - it only has side-effects, removing all objects in memory in the local environment.

Author(s)

Matt Simmons mattsimmons@email.com

Examples

1
2
3
x <- 1
y <- 2
crush()

mattsq/examplePackage documentation built on May 23, 2020, 12:23 p.m.