Checks if a package is loaded or not
Checks if a package is loaded or not.
Note that, contrary to require()
,
this function does not load the package if not loaded.
## Default S3 method: isPackageLoaded(package, version=NULL, ...)
Returns a logical
.
Henrik Bengtsson
To check if a package is installed or not, see isPackageInstalled
().
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.