set_scrape_delay | R Documentation |
Reset scraping/ripping rate limit
set_scrape_delay(delay)
set_rip_delay(delay)
delay |
Delay between subsequent requests. Default for package is 5 sec. It can be set lower only under the condition of specifying a custom user-agent string. |
Updates rate-limit property of scrape
and rip
functions, respectively.
library(polite)
host <- "https://www.cheese.com"
session <- bow(host)
session
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.