View source: R/read_html_safe.R
read_html_safe | R Documentation |
read_html_safe
downloads HTML document from URL address. Function
xml2::read_html
is called. When HTTP error occurs, optional tries
parameter is decreased and new attempt is performed until tries
counter
reaches zero.
read_html_safe(url, tries = 3)
url |
URL of web page to be downloaded |
tries |
Retry counter (optional, default = 3) |
HTML document, NULL on error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.