It's useful for getting the text for webpages in a single character vector.
Arguments
- url
Full url including http or https protocol and the page path.
- sleep
Seconds to sleep after the request is done and before returning the result.
Details
The read_url function works uses rvest::read_html and purr::possibly
and it's fault tolearnt.
Examples
if (FALSE) read_url("https://www.google.cat/", sleep = 1)