Learn R Programming

TLBC (version 1.0)

extractLabelsSingleFile: Extract labels from a directory

Description

Function to extract labels from a directory containing annotation files.

Usage

extractLabelsSingleFile(inputFile, outputDir, winSize)

Arguments

inputFile
Path to a file containing bout-level annotations. Should be csv format with fields: identifier, StartDateTime, EndDateTime, behavior.
outputDir
Path to a directory to save labels.
winSize
Window size in seconds.

See Also

annotationsToLabels, extractLabelsDir