| downloader | 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 = 10 * 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.
Suggestion to avoid 'proc$get_built_file() : Build process failed'
Other downloaders: 
axel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.