Description Usage Arguments Value Examples
get_url
download requested url with elegant error
handling for output to a data.frame. This function is intended to populate
a data.frame with the status of the attempted download of each url, hence
will return the download statys as a character string with more friendly
error messages
1 |
dest |
|
sleep |
|
x |
|
A character string of either "success"
or a simplified error
or warning message, or "unhandled error"
/"unhandled warning"
.
1 2 3 | #library(scrapeML)
#get_url("www.google.com",tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.