download_mni_atlas: Download MNI Atlas Zip file

Description Usage Arguments Value Examples

Description

Downloads a single MNI atlas from the MNI website (http://nist.mni.mcgill.ca/?page_id=714)

Usage

1
2
download_mni_atlas(atlas = names(nitrc::mni_atlas_links), out_dir = ".",
  verbose = TRUE, overwrite = FALSE)

Arguments

atlas

Name of atlas to download. See mni_atlas_links

out_dir

Output directory, directory to download izp file

verbose

Print diagnostic messages

overwrite

Should the file be overwritten if it exists

Value

List of 2 elements, return of GET, and output filename

Examples

1
download_mni_atlas("mni305", out_dir = tempdir())

muschellij2/nitrc documentation built on May 23, 2019, 9:53 a.m.