Description Usage Arguments Details Value See Also Examples
This will clear all objects found in the Global Environment by default. It
also clears hidden objects (anything with a .)
1  | clear_ws(hidden = TRUE, env = .GlobalEnv)
 | 
hidden | 
 Removes hidden objects. Logical value. DEFAULT=  | 
env | 
 Specify environment which to remove objects from.
DEFAULT=  | 
If you wanted to clear anything else besides Global, specify the environment
with the env argument
NA
Other helpers: print_sec,
unload_pkg
1  | clear_ws()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.