vpr_autoid_copy: Copy VPR images into folders

View source: R/EC_functions.R

vpr_autoid_copyR Documentation

Copy VPR images into folders

Description

Organize VPR images into folders based on classifications provided by visual plankton

Usage

vpr_autoid_copy(basepath, day, hour, classifier_type, classifier_name, taxa)

Arguments

basepath

A file path to your autoid folder where VP data is stored eg. "C:\\data\\cruise_XXXXXXXXXXXXXXX\\autoid\\"

day

character string representing numeric day of interest

hour

character string representing hour of interest

classifier_type

character string representing the type of classifier (either 'svm', 'nn' or 'dual') from Visual Plankton

classifier_name

character string representing name of Visual Plankton classifier

taxa

optional list of character strings if you wish to only copy images from specific classification groups

Value

organized file directory where VPR images are contained with folders, organized by day, hour and classification, inside your basepath/autoid folder


vprr documentation built on July 12, 2022, 5:07 p.m.