Learn R Programming

animl (version 3.2.0)

update_labels_from_folders: Udate Results from File Browser

Description

Udate Results from File Browser

Usage

update_labels_from_folders(manifest, export_dir, unique_name = "uniquename")

Value

dataframe with new "Species" column that contains the verified species

Arguments

manifest

dataframe containing file data and predictions

export_dir

directory to sort files into

unique_name

column containing unique file names

Examples

Run this code
if (FALSE) {
results <- update_labels_from_folders(manifest, export_dir)
}

Run the code above in your browser using DataLab