Learn R Programming

animl (version 1.1.0)

symlinkSpecies: Create SymLink Directories and Sort Classified Images

Description

Create SymLink Directories and Sort Classified Images

Usage

symlinkSpecies(manifest, linkdir, threshold = 0, outfile = NULL, copy = FALSE)

Value

manifest with added link columns

Arguments

manifest

DataFrame of classified images

linkdir

Destination directory for symlinks

threshold

Confidence threshold for determining uncertain predictions, defaults to 0

outfile

Results file to save to

copy

Toggle to determine copy or hard link, defaults to link

Examples

Run this code
if (FALSE) {
manifest <- symlinkSpecies(manifest, linkdir)
}

Run the code above in your browser using DataLab