Description Usage Arguments Value Examples
View source: R/download_hcp_dir.R
Downloads a directory/folder from HCP database
1 2 3 4 5 6 7 8 9 10 11 | download_hcp_dir(
prefix,
delimiter = "",
outdir = tempfile(),
verbose = TRUE,
...
)
download_fcp_dir(...)
download_openneuro_dir(...)
|
prefix |
Folder to download |
delimiter |
Delimiter for files |
outdir |
Output directory |
verbose |
Should diagnostic values be printed? |
... |
additional arguments to pass to |
List of return from calling hcp_list_files
,
the output directory, and all destination files (not subsetted by those
that did in fact download)
1 2 3 4 | if (have_aws_key()) {
prefix = "HCP/100307/release-notes"
res = download_hcp_dir(prefix = prefix, verbose = FALSE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.