html_url_check | R Documentation |
Runs urlchecker::url_check()
with a database created using the url_db_from_HTML_files
function in the tools package.
html_url_check(
path = "docs",
parallel = TRUE,
pool = curl::new_pool(),
progress = TRUE
)
path |
Path to the directory of HTML files |
parallel |
If |
pool |
A multi handle created by |
progress |
Whether to show the progress bar for parallel checks |
A url_checker_db
object (invisibly). This is a check_url_db
object with an added
class with a custom print method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.