download_dt_file {ENCODExplorer} | R Documentation |
Downloads all files inside a data.table.
download_dt_file(input_dt, dir, force, show_experiment = FALSE)
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. |
The name of the files which were downloaded.