powered by
Checks if the package is installed on the search path or not.
# S3 method for Package isLoaded(this, ...)
TRUE if the packages has been loaded, otherwise FALSE.
TRUE
FALSE
Not used.
Henrik Bengtsson
*load(). search(). For more information see Package.
*load()
search
Package
pkg <- Package("base") print(isLoaded(pkg)) # TRUE
Run the code above in your browser using DataLab