clean_workspace: Clean your workspace

Description Usage Arguments Examples

View source: R/clean_workspace.R

Description

Clean your workspace

Usage

1
clean_workspace(force = FALSE, silent = justifier::opts$get("silent"))

Arguments

force

Whether to force cleaning the workspace

silent

Whether to be chatty or silent.

Examples

1
2
3
4
5
6
### Without `force=TRUE`, presents a query to the user in
### interactive mode:
clean_workspace(silent=FALSE);

### Set `force=TRUE` to force clean the workspace
clean_workspace(force = TRUE, silent=FALSE);

Matherion/justifier documentation built on Dec. 31, 2020, 3:13 p.m.