upgo_download: Download URLs with progress reporting

Description Usage Arguments Value

View source: R/upgo_download.R

Description

upgo_download is a thin wrapper around helper_download_listing to enable progress reporting when used outside the main UPGo scraping functions.

Usage

1
upgo_download(urls, proxies = NULL, quiet = FALSE)

Arguments

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)?

Value

A list of HTML objects.


UPGo-McGill/upgo documentation built on Nov. 20, 2021, 2:26 a.m.