bow {polite} | R Documentation |
Introduce yourself to the host
Description
Introduce yourself to the host
Usage
bow(
url,
user_agent = "polite R package",
delay = 5,
times = 3,
force = FALSE,
verbose = FALSE,
...
)
is.polite(x)
Arguments
url |
URL |
user_agent |
character value passed to user agent string |
delay |
desired delay between scraping attempts. Final value will be the maximum of desired and mandated delay, as stipulated by |
times |
number of times to attempt scraping. Default is 3. |
force |
refresh all memoised functions. Clears up |
verbose |
TRUE/FALSE |
... |
other curl parameters wrapped into |
x |
object of class |
Value
object of class polite
, session
Examples
library(polite)
host <- "https://www.cheese.com"
session <- bow(host)
session
[Package polite version 0.1.3 Index]