powered by
Downloads a directory/folder from HCP database
download_hcp_dir( prefix, delimiter = "", outdir = tempfile(), verbose = TRUE, ... )download_fcp_dir(...)download_openneuro_dir(...)
download_fcp_dir(...)
download_openneuro_dir(...)
List of return from calling hcp_list_files, the output directory, and all destination files (not subsetted by those that did in fact download)
hcp_list_files
Folder to download
Delimiter for files
Output directory
Should diagnostic values be printed?
additional arguments to pass to hcp_list_files
if (have_aws_key()) { prefix = "HCP/100307/release-notes" res = download_hcp_dir(prefix = prefix, verbose = FALSE) }
Run the code above in your browser using DataLab