download_single_file {ENCODExplorer} | R Documentation |
download_single_file Downloads a single file and checks if md5 checksums match.
download_single_file(file_url, file_md5, dir = ".", experiment_name = NULL, force = TRUE)
file_url |
A |
file_md5 |
A |
dir |
The directory where the downloaded file should be saved. Default: "." |
experiment_name |
An optional experiment name to be displayed with the status reports. |
force |
|
A character
with the name of the downloaded file.