function that actually fetches response from the web
polite_read_html.Rdfunction that actually fetches response from the web
Arguments
- url
web address for scraping
- ...
arguments passed to
httr::GET()- delay
scraping delay. Default 5 sec
- user_agent
user agent string. Default value
paste0("polite ", getOption("HTTPUserAgent"), "bot")- force
force re-download of robots.txt
- verbose
default FALSE