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, ...)
Not used.
Returns nothing.
*load(). *isLoaded(). search(). For more information see Package.
*load()
*isLoaded()
search
Package
# NOT RUN { pkg <- Package("boot") load(pkg) print(isLoaded(pkg)) unload(pkg) print(isLoaded(pkg)) # }
Run the code above in your browser using DataLab