Description Usage Arguments Value Examples
View source: R/crandb-public-api.R
List of all CRAN events (new, updated, archived packages)
1 2 3 4 5 6 7 |
releases |
Whether to include package releases. |
archivals |
Whether to include package archivals. |
limit |
Number of events to list. |
from |
Where to start the list, for pagination. |
object |
Object to summarize. |
... |
Additional arguments are ignored currently. |
x |
Object to print. |
List of events.
1 2 3 4 | cran_events()
cran_events(limit = 5, releases = FALSE)
cran_events(limit = 5, archivals = FALSE)
summary(cran_events(limit = 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.