tidyImages: tidyImages

View source: R/tidyImages.R

tidyImagesR Documentation

tidyImages

Description

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.

Usage

tidyImages(project_dir, rm_other = FALSE)

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 to TRUE if you are certain you want to remove non-TIF files and folders in the project_dir after .TIFs are moved.

Value

A folder named raw_images under the directory specified with project_dir, which contains all .TIF image files for the project.


AndersenLab/easyXpress documentation built on Dec. 6, 2024, 4:04 a.m.