download_dt_file: Downloads all files inside a data.table.

Description Usage Arguments Value

View source: R/download.R

Description

Downloads all files inside a data.table.

Usage

1
download_dt_file(input_dt, dir, force, show_experiment = FALSE)

Arguments

input_dt

The data.table to be looped over for determining which files should be downloaded.

dir

The path of the directory where the downloaded files should be saved.

force

If TRUE, existing files are downloaded again.

show_experiment

If TRUE, the name of the experiment is extracted from the data table and displayed in status messages.

Value

The name of the files which were downloaded.


ENCODExplorer documentation built on Nov. 8, 2020, 5:11 p.m.