Learn R Programming

rhub (version 1.1.2)

last_check: The last rhub check of this R session

Description

rhub caches the id(s) of the last submission. This can be retrieved with last_check.

Usage

last_check()

Arguments

Value

An rhub_check object.

Examples

Run this code
if (FALSE) {
check("packagedir")
last_check()
last_check()$livelog()
}

Run the code above in your browser using DataLab