Description Usage Arguments Details Examples
Clears the workspace. Useful for the beginnings of R scripts, to avoid potential problems with accidentally using information from variables or functions from previous script evaluations, too many figure windows open at the same time, packages that you don't need any more, or a cluttered console.
1 2 |
vars |
clear all variables in the parent environment? |
funs |
clear all functions in the parent environment? |
figs |
close all figure windows? |
console |
clear the console? |
pkgs |
clear all non-base packages? Defaults to FALSE. |
where |
which environment to delete variables and functions from; defaults to the calling environment |
Based on StackOverflow contributions from users David Robinson, shadow, Gavin Simpson, Ramnath, Joshua Ulrich, E Luxo So, Josh O'Brien, and krlmlr; see http://stackoverflow.com/questions/29758000/function-to-remove-all-variables http://stackoverflow.com/questions/8305754/remove-all-variables-except-functions http://stackoverflow.com/questions/19449066/command-to-close-plots-in-r http://stackoverflow.com/questions/7505547/detach-all-packages-while-working-in-r http://stackoverflow.com/questions/12389158/check-if-r-is-running-in-rstudio
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.