sort_species: Create SymLink Directories and Sort Classified Images

View source: R/link.R

sort_speciesR Documentation

Create SymLink Directories and Sort Classified Images

Description

Create SymLink Directories and Sort Classified Images

Usage

sort_species(
  manifest,
  link_dir,
  file_col = "FilePath",
  unique_name = "UniqueName",
  copy = FALSE
)

Arguments

manifest

DataFrame of classified images

link_dir

Destination directory for symlinks

file_col

Colun containing file paths

unique_name

Unique image name identifier

copy

Toggle to determine copy or hard link, defaults to link

Value

manifest with added link columns

Examples

## Not run: 
manifest <- sort_species(manifest, link_dir)

## End(Not run)

icr-ctl/animl documentation built on July 5, 2025, 6:44 a.m.