parse_check_url: Shorthand to parse R CMD check results from a URL

View source: R/parse.R

parse_check_urlR Documentation

Shorthand to parse R CMD check results from a URL

Description

Shorthand to parse R CMD check results from a URL

Usage

parse_check_url(url, quiet = FALSE)

Arguments

url

URL to parse the results from. Note that it should not contain HTML markup, just the text output.

quiet

Passed to download.file.

Value

An rcmdcheck object, the check results.

See Also

parse_check


r-lib/rcmdcheck documentation built on Nov. 9, 2023, 10:08 a.m.