set_scrape_delay {polite}R Documentation

Reset scraping/ripping rate limit

Description

Reset scraping/ripping rate limit

Usage

set_scrape_delay(delay)

set_rip_delay(delay)

Arguments

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.

Value

Updates rate-limit property of scrape and rip functions, respectively.

Examples


 library(polite)

 host <- "https://www.cheese.com"
 session <- bow(host)
 session


[Package polite version 0.1.3 Index]