clean_workspace {justifier}R 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);

[Package justifier version 0.2.6 Index]