get_check {rhub} | R Documentation |
Retrieve the result of R-hub checks
Description
Retrieve the result of R-hub checks
Usage
get_check(ids)
Arguments
ids |
One of the following:
|
Value
An rhub_check object.
Examples
chk <- get_check("915ee61") chk chk$update() chk$browse() chk$cran_summary() chk$urls()
See Also
list_my_checks()
and list_package_checks()
to list
R-hub checks.
[Package rhub version 1.1.2 Index]