download_template_img_data.Rd
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)
... | Additionl arguments passed to
|
---|---|
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 |
Logical indicator if the files were downloaded.
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)