tidyImages
tidyImages.Rd
Organize .TIF files exported from an imager platform by creating a raw_images subdirectory in the project directory, moving all .TIF files into it, and removing non-TIF files and folders if desired.
Arguments
- project_dir
the full path to the project directory. This folder should contain .TIF images exported from the imaging platform.
- rm_other
logical, remove non-TIF files and folders after the .TIF files are moved to raw_images subfolder? Default is
FALSE
. Set toTRUE
if you are certain you want to remove non-TIF files and folders in theproject_dir
after .TIFs are moved.