powered by
Load all images in a directory and return them as an image list.
load.dir(path, pattern = NULL, quiet = FALSE)
an image list
directory to load from
optional: file pattern (ex. *jpg). Default NULL, in which case we look for file extensions png,jpeg,jpg,tif,bmp.
if TRUE, loading errors are quiet. If FALSE, they are displayed. Default FALSE
Simon Barthelme
cimg.limit.openmp() path <- system.file(package="imager") %>% paste0("/extdata") load.dir(path)
Run the code above in your browser using DataLab