unload: Unload

Description Usage Details Value Author(s) See Also Examples

View source: R/ares.r

Description

Unload the library and do some housekeeping

Usage

1

Details

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 .

Value

This function does not return a value.

Author(s)

Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br

See Also

plot,smooth.spline,setup

Examples

1
2
3
4
## Not run:
# library(ares2)
# unload()
## End (Not run)

wjunger/ares documentation built on Dec. 23, 2021, 5:17 p.m.