cch_pkgs: Get package checks data

View source: R/cch_pkgs.R

cch_pkgsR Documentation

Get package checks data

Description

Get package checks data

Usage

cch_pkgs(x = NULL, limit = 10, offset = 0, ...)

Arguments

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 crul::HttpClient() or crul::Async()

Value

list of info about a package(s)

Note

this function only gets the current days checks; see cch_pkgs_history() for historical data

Examples

## 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)

ropenscilabs/cchecks documentation built on Sept. 14, 2022, 3:54 a.m.