Learn R Programming

neurovault (version 0.5.4)

download_nv_atlas: Download Neurovault Atlas and Label file

Description

Download Neurovault Atlas and Label file

Usage

download_nv_atlas(id, verbose = TRUE, outdir = tempfile(),
  overwrite = TRUE, ...)

Arguments

id

id of the atlas

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_atlas(id = 1408)

# }

Run the code above in your browser using DataLab