download_files: Download a list of files.

View source: R/workflow_download.R

download_filesR Documentation

Download a list of files.

Description

Download a list of files.

Usage

download_files(files, retries = 3, 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.

retries

How often to try downloading again after failure.

threads

Maximum number of parallel file downloads.

Value

The list of files with indicated download success.


Gibbons-Lab/mbtools documentation built on Jan. 28, 2024, 11:08 a.m.