phonfieldwork (version 0.0.10)

eaf_to_df: ELAN's .eaf file to dataframe

Description

Convert .eaf file from ELAN to a dataframe.

Usage

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).

Examples

Run this code
# NOT RUN {
eaf_to_df(system.file("extdata", "test.eaf", package = "phonfieldwork"))
# }

Run the code above in your browser using DataCamp Workspace