Description Usage Arguments Value Examples
View source: R/latest_packages.R
Displaying the latest installed R packages
1 | latest_packages(n = 1, lib = .libPaths())
|
n |
the number of the last installed packages to display. Default to n = 1, will return the last installed package |
lib |
a character vector giving the library directories. Defaults to the first element in .libPaths() |
a data frame
1 2 3 4 5 6 7 | ## Not run:
# Displaying the last 10 installed packages
latest_packages(10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.