Download Eve-Template Normed data

download_template_img_data(..., lib.loc = NULL)

template_img_data(modality = c("T1_Pre", "T1_Post", "FLAIR", "T2", "PD"),
  statistic = c("Mean", "Median", "SD"), lib.loc = NULL)

Arguments

...

Additionl arguments passed to template_img_data

lib.loc

a character vector with path names of R libraries to download the data.

modality

Modality or modalities to download

statistic

Statistic image(s) to download Passed to template_img_data

Value

Logical indicator if the files were downloaded.

Examples

tfile = tempfile() dir.create(tfile) eg = template_img_data( modality = "T1_Pre", statistic = "Mean", lib.loc = tfile) dl = download_template_img_data( modality = "T1_Pre", statistic = "Mean", lib.loc = tfile)