Description Usage Details Value Author(s) See Also Examples
Unload the library and do some housekeeping
1 | unload()
|
If the library is loaded, this function will detach every instance of .ares.active.dataset
from the search path and remove it from .GlobalEnv
. Then, it will do some memory cleaning and detach every instance of the library.
After unload
is called the library has to be reloaded with library
.
This function does not return a value.
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
1 2 3 4 | ## Not run:
# library(ares2)
# unload()
## End (Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.