clear_ws: Clear workspace

Description Usage Arguments Details Value See Also Examples

View source: R/general.R

Description

This will clear all objects found in the Global Environment by default. It also clears hidden objects (anything with a .)

Usage

1
clear_ws(hidden = TRUE, env = .GlobalEnv)

Arguments

hidden

Removes hidden objects. Logical value. DEFAULT=TRUE.

env

Specify environment which to remove objects from. DEFAULT=.GlobalEnv.

Details

If you wanted to clear anything else besides Global, specify the environment with the env argument

Value

NA

See Also

Other helpers: print_sec, unload_pkg

Examples

1

iamamutt/mejr documentation built on May 18, 2019, 1:27 a.m.