View source: R/cch_maintainers.R
| cch_maintainers | R Documentation |
Get maintainer based checks
cch_maintainers(x = NULL, limit = 10, offset = 0, ...)
x |
email slug 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)
## Not run:
x <- cch_maintainers()
x$data
x$data$summary
x$data$checks
x$data$date_updated
x$data$package
x$data$url
cch_maintainers("00gerhard_at_gmail.com")
cch_maintainers(c("123saga_at_gmail.com", "13268259225_at_163.com",
"csardi.gabor_at_gmail.com"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.