Description Usage Arguments Examples
View source: R/clean_workspace.R
Clean your workspace
1 | clean_workspace(force = FALSE, silent = justifier::opts$get("silent"))
|
force |
Whether to force cleaning the workspace |
silent |
Whether to be chatty or silent. |
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);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.