downloader {MungeSumstats} | R Documentation |
R wrapper for "axel"
(multi-threaded) and
"download.file"
(single-threaded) download functions.
downloader( input_url, output_path, download_method = "axel", background = FALSE, force_overwrite = FALSE, quiet = TRUE, show_progress = TRUE, continue = TRUE, nThread = 1, alternate = TRUE, check_certificates = TRUE, timeout = 30 * 60 )
input_url |
input_url. |
output_path |
output_path. |
download_method |
|
background |
Run in background |
force_overwrite |
Overwrite existing file. |
quiet |
Run quietly. |
show_progress |
show_progress. |
continue |
continue. |
nThread |
Number of threads to parallelize over. |
alternate |
alternate, |
check_certificates |
check_certificates |
timeout |
How many seconds before giving up on download.
Passed to |
Local path to downloaded file.
Other downloaders:
axel()