powered by
Unloads a package. This is an alternative way to use detach() to unload a package. If the package is not loaded, it will quietly return.
detach()
# S3 method for Package unload(this, ...)
Returns nothing.
Not used.
Henrik Bengtsson
*load(). *isLoaded(). search(). For more information see Package.
*load()
*isLoaded()
search
Package
if (FALSE) { pkg <- Package("boot") load(pkg) print(isLoaded(pkg)) unload(pkg) print(isLoaded(pkg)) }
Run the code above in your browser using DataLab