Description Usage Arguments Value
View source: R/upgo_download.R
upgo_download
is a thin wrapper around helper_download_listing to
enable progress reporting when used outside the main UPGo scraping functions.
1 | upgo_download(urls, proxies = NULL, quiet = FALSE)
|
urls |
A character vector of URLs to download. |
proxies |
Character vector of IPs to use for proxy connections. If supplied, this must be at least as long as the number of cores. |
quiet |
A logical vector. Should the function execute quietly, or should it return status updates throughout the function (default)? |
A list of HTML objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.