Try call of read_html that throws an error if the url cannot be resolved

try_readHTML(url)

Arguments

url

http-address that should be scraped.

Value

An xml_document object as returned by xml2::read_html.