symlinkSpecies {animl} | R Documentation |
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)
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 |
Value
manifest with added link columns
Examples
## Not run:
manifest <- symlinkSpecies(manifest, linkdir)
## End(Not run)
[Package animl version 1.1.0 Index]