eaf_to_df: ELAN's .eaf file to dataframe

Description Usage Arguments Value Author(s) Examples

View source: R/eaf_to_df.R

Description

Convert .eaf file from ELAN to a dataframe.

Usage

1
eaf_to_df(file_name)

Arguments

file_name

string with a filename or path to the .eaf file

Value

a dataframe with columns: tier, id, content, tier_name, tier_type, time_start, time_end, source).

Author(s)

George Moroz <agricolamz@gmail.com>

Examples

1
eaf_to_df(system.file("extdata", "test.eaf", package = "phonfieldwork"))

phonfieldwork documentation built on March 3, 2021, 1:12 a.m.