urlchecker-reexports | R Documentation |
These functions are re-exported from the urlchecker package.
url_check(
path = ".",
db = NULL,
parallel = TRUE,
pool = curl::new_pool(),
progress = TRUE
)
url_update(path = ".", results = url_check(path))
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 |
results |
results from url_check. |
Follow the links below to see the urlchecker documentation.
urlchecker::url_check()
urlchecker::url_update()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.