Learn R Programming

sonicscrewdriver (version 0.0.7)

readAudacityLabels: Read an Audacity label file

Description

Reads an Audacity label file and returns either a list of Annotation objects or a data frame.

Usage

readAudacityLabels(file, output = "annotations")

Arguments

file

Path to the Audacity label file.

output

One of "annotations" or "data.frame".