download_template_img_data: Download Eve-Template Normed data

Description Usage Arguments Value Examples

View source: R/download_template_img_data.R

Description

Download Eve-Template Normed data

Usage

1
2
3
4
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

1
2
3
4
5
6
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)

muschellij2/smri.process documentation built on Nov. 22, 2019, 11:12 a.m.