Download a list of files.

download_files(files, threads = getOption("mc.cores", 1))

Arguments

files

A data frame-like object with three columns: url, target, description specifying the source file, target location (including the file name) and description.

threads

Maximum number of parallel file downloads.

Value

The list of files with indicated download success.