download_dt_file {ENCODExplorer}R Documentation

Downloads all files inside a data.table.

Description

Downloads all files inside a data.table.

Usage

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.


[Package ENCODExplorer version 2.14.0 Index]