Description Usage Arguments Value Author(s) See Also Examples
Detach all user-loaded packages
1  |   detach.all(keep = getOption("defaultPackages"))
 | 
keep | 
 a vector of packages to not detach. Defaults
to the packages that are automatically loaded upon system
start, as well as   | 
invisibly returns the vector of package names that were detached
Mark Cowley, 2011-10-19
1 2 3 4  | ## Not run: 
detach.all()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.