set_delay: Reset scraping/ripping rate limit

set_scrape_delayR 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


polite documentation built on July 9, 2023, 5:21 p.m.