isOlderThan.Package | R Documentation |
Checks if the package is older than a given version.
## S3 method for class 'Package'
isOlderThan(this, version, ...)
version |
A |
... |
Not used. |
Returns TRUE
if the version of the package is less than the
specified version.
Henrik Bengtsson
For more information see Package
.
*getVersion()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.