Find sub-directories which contain images
Usage
uas_dirs_find(x, ext = c("jpg", "tif"), min_images = 3, exclude_tb = TRUE)
Details
This function recurses through sub-directories of `x` and returns those that contain image files. This can be used to help identify folders that need to be cataloged.
Only directories that have at least min_images
image files will be returned.
If exclude_tb = TRUE
, directories named `tb` (which is where uas_thumbnails_make
saves thumbnail
images) are excluded. Hidden directories and directories that start with `.` are excluded.