url_check {urlchecker} | R Documentation |
Check urls in a package
Description
Runs the url_db_from_package_source
function in the tools package along
with a function to check URLs in un-rendered Rmarkdown vignettes.
Usage
url_check(
path = ".",
db = NULL,
parallel = TRUE,
pool = curl::new_pool(),
progress = TRUE
)
Arguments
path |
Path to the package |
db |
A url database |
parallel |
If |
pool |
A multi handle created by |
progress |
Whether to show the progress bar for parallel checks |
Value
A url_checker_db
object (invisibly). This is a check_url_db
object
with an added class with a custom print method.
Examples
## Not run:
url_check("my_pkg")
## End(Not run)
[Package urlchecker version 1.0.1 Index]