| cch_pkgs | R Documentation | 
Get package checks data
cch_pkgs(x = NULL, limit = 10, offset = 0, ...)
x | 
 package name, optional, if you pass in more than one we'll do async  | 
limit | 
 number of records to return. Default: 10  | 
offset | 
 record number to start at. Default: 0  | 
... | 
 Curl options passed to   | 
list of info about a package(s)
this function only gets the current days checks; see
cch_pkgs_history() for historical data
## Not run: 
x <- cch_pkgs()
x$data
x$data$summary
x$data$checks
x$data$date_updated
x$data$package
x$data$url
cch_pkgs("geojsonio")
cch_pkgs(c("geojsonio", "leaflet", "MASS"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.