read_elan: read annotations from Elan .eaf file

Description Usage Arguments Value Examples

View source: R/read_elan.R

Description

read annotations from Elan .eaf file

Usage

1

Arguments

x

either character string, providing the path to the elan file, or an xml_document (read by xml2::read_xml())

Value

a data frame

Examples

1
2
elan <- system.file("synthetic_speech.eaf", package = "avutils")
read_elan(elan)

gobbios/avutils documentation built on Feb. 19, 2020, 9:44 a.m.