Description Usage Arguments Value
download_single_file Downloads a single file and checks if md5 checksums match.
1 2 3 4 5 6 7  | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.