clc: Clear your workspace

Description Usage Arguments Value Author(s) References Examples

View source: R/clc.R

Description

A slightly more elaborate version of rm(list = ls()) to clear your workspace.

Usage

1

Arguments

all

Logical. Should hidden objects also be removed? Defaults to FALSE.

Value

Nothing

Author(s)

Ananda Mahto

References

http://stackoverflow.com/a/20389913/1270695

Examples

1
2
3
4
5
## Not run: 
clc()      # Will not affect hidden files
clc(TRUE)  # Will affect hidden files

## End(Not run)

mrdwab/SOfun documentation built on June 20, 2020, 6:15 p.m.