sort_MD | R Documentation |
Create SymLink Directories and Sort Classified Images Based on MD Results
sort_MD(
manifest,
link_dir,
file_col = "FilePath",
unique_name = "UniqueName",
copy = FALSE
)
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 |
manifest with added link columns
## Not run:
sort_MD(manifest, link_dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.