isLoaded.Package {R.oo} | R Documentation |
Checks if the package is installed on the search path or not.
## S3 method for class 'Package': isLoaded(this, ...)
... |
Not used. |
TRUE
if the packages has been loaded, otherwise FALSE
.
Henrik Bengtsson (http://www.braju.com/R/)
*load()
.
search
().
For more information see Package
.
pkg <- Package("base") print(isLoaded(pkg)) # TRUE