rhub (version 1.0.1)

list_my_checks: List all checks for an email address

Description

List all checks for an email address

Usage

list_my_checks(email = email_address(), package = NULL, howmany = 20)

Arguments

email
Email address. By default it is guessed with whoami::email_address(). The address must be validated, see validate_email().
package
NULL, or a character scalar. Can be used to restrict the search for a single package.
howmany
How many checks to show. The current API limit is 20.

Value

An rhub_check object.

Examples

Run this code
## Not run: 
# ch <- list_my_checks()
# ch
# ch$details()
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace