download_nv_collection_images: Download Neurovault Collections Images
Description
Download Neurovault Collections Images
Usage
download_nv_collection_images(id, verbose = TRUE, outdir = tempfile(),
overwrite = TRUE, ...)
Arguments
verbose
print diagnostic messages
outdir
output directory for images
overwrite
Will only overwrite existing file if TRUE.
...
additional options to pass to GET
Value
A data.frame of the image information
and their output filenames
Examples
Run this code# NOT RUN {
res = download_nv_collection_images(id = 77)
# }
Run the code above in your browser using DataLab