get_dicom_files {fastai} | R Documentation |
get_dicom_files
Description
Get dicom files in 'path' recursively, only in 'folders', if specified.
Usage
get_dicom_files(path, recurse = TRUE, folders = NULL)
Arguments
path |
path to files |
recurse |
recursive or not |
folders |
folder names |
Value
lsit of files
Examples
## Not run:
items = get_dicom_files("siim_small/train/")
## End(Not run)
[Package fastai version 2.2.2 Index]