eaf_to_df {phonfieldwork}R Documentation

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, tier_ref, event_local_id, dependent_on, time_start, time_end, source, media_url and attributes: MEDIA_URL, MIME_TYPE, RELATIVE_MEDIA_URL.

Author(s)

George Moroz <agricolamz@gmail.com>

Kudrjashov Sergej <xenomirant@gmail.com>

Examples

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

[Package phonfieldwork version 0.0.14 Index]