getDate.Package | R Documentation |
Checks if the package is loaded onto the search path or not.
## S3 method for class 'Package'
getDate(this, ...)
... |
Not used. |
TRUE
if the packages has been loaded, otherwise FALSE
.
Henrik Bengtsson
For more information see Package
.
pkg <- Package("base")
print(isLoaded(pkg)) # TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.