View source: R/crandb-public-api.R
cran_events | R Documentation |
List of all CRAN events (new, updated, archived packages)
cran_events(releases = TRUE, archivals = TRUE, limit = 10, from = 1)
## S3 method for class 'cran_event_list'
summary(object, ...)
## S3 method for class 'cran_event_list'
print(x, ...)
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.
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.