Learn R Programming

kirby21.base (version 1.7.3)

get_par_filenames: Get Filenames of Par files

Description

Return the filenames for the par files

Usage

get_par_filenames(
  ids = get_ids(),
  modalities = c("FLAIR", "MPRAGE", "T2w", "fMRI", "DTI"),
  visits = c(1, 2)
)

Arguments

ids

ID to return

modalities

vector of image modalities within c("FLAIR", "MPRAGE", "T2w", "fMRI", "DTI") to return

visits

Vector of scan indices to return (1 or 2 or both)

Value

Data.frame of filenames

Examples

Run this code
# NOT RUN {
get_par_filenames()
# }

Run the code above in your browser using DataLab