bow | R Documentation |
Introduce yourself to the host
bow( url, user_agent = "polite R package", delay = 5, times = 3, force = FALSE, verbose = FALSE, ... ) is.polite(x)
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 |
object of class polite
, session
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.