Learn R Programming

polite (version 0.1.3)

set_scrape_delay: Reset scraping/ripping rate limit

Description

Reset scraping/ripping rate limit

Usage

set_scrape_delay(delay)

set_rip_delay(delay)

Value

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

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.

Examples

Run this code
# \donttest{
 library(polite)

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

Run the code above in your browser using DataLab