download_files: Download multiple files, in parallel

View source: R/downloads.R

download_filesR Documentation

Download multiple files, in parallel

Description

For each file, a list of URLs can be given, and they are tried one by one.

Usage

download_files(downloads)

Arguments

downloads

Named list. The names are the paths for the target files. Each list element is a character vector of URLs to try.

Details

If a <filename>.etag file exists, then it is used to check if the download is needed, with a HTTP HEAD request.


r-hub/crancache documentation built on July 30, 2023, 8 p.m.