symlinkMD {animl} | R Documentation |
Create SymLink Directories and Sort Classified Images Based on MD Results
Description
Create SymLink Directories and Sort Classified Images Based on MD Results
Usage
symlinkMD(manifest, linkdir, outfile = NULL, copy = FALSE)
Arguments
manifest |
DataFrame of classified images |
linkdir |
Destination directory for symlinks |
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:
symlinkMD(manifest, linkdir)
## End(Not run)
[Package animl version 1.1.0 Index]