Description Usage Arguments Details Author(s)
This function will attempt to detach all packages loaded by the user during the current R session.
1 | detach_all(verbose=TRUE, unload=TRUE)
|
verbose |
Should a message be printed to the console naming all the detached packages? |
unload |
Should the packages be unloaded from the namespace? |
It's probably smarter to restart R, but being able to detach and unload all packages can be handy at times.
Ryan Kyle, ryan.kyle@mail.mcgill.ca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.