Description Usage Arguments Value Examples
View source: R/get_image_filenames.R
Return a data.frame of filenames for the images
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | get_image_filenames_df(
  ids = get_ids(),
  modalities = all_modalities(),
  visits = c(1, 2),
  long = TRUE,
  warn = TRUE,
  outdir = NULL
)
get_image_filenames_matrix(...)
get_image_filenames_list(...)
get_image_filenames_list_by_visit(...)
get_image_filenames_list_by_subject(...)
 | 
| ids | ID to return | 
| modalities | vector of image modalities within
 | 
| visits | Vector of scan indices to return (1 or 2 or both) | 
| long | if  | 
| warn | if  | 
| outdir | output directory for files to download. It will default to the directory of the corresponding package for the data. | 
| ... | arguments passed to  | 
Data.frame of filenames
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.