clean_workspace: Clean your workspace

View source: R/clean_workspace.R

clean_workspaceR Documentation

Clean your workspace

Description

Clean your workspace

Usage

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

### 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);

justifier documentation built on March 7, 2023, 6:59 p.m.