Description Usage Arguments Value Examples
Determine the age of a particular installed package. The age is simply the
time difference (using difftime
) between today's date and the
package's very first appearance on CRAN.
1 2 |
package |
Character string specifying the name of the package. |
units |
character string specifying the units (e.g., |
... |
Additional optional arguments to be passed on to
|
A "difftime"
object representing the age of the package. Can
be coerced to a double using as.double
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.