tidyImages | R Documentation |
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.
tidyImages(project_dir, rm_other = FALSE)
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 |
A folder named raw_images under the directory specified with
project_dir
, which contains all .TIF image files for the project.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.