phonfieldwork (version 0.0.13)

eaf_to_df: ELAN's .eaf file to dataframe

Description

Convert .eaf file from ELAN to a dataframe.

Usage

eaf_to_df(file_name)

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.

Arguments

file_name

string with a filename or path to the .eaf file

Author

George Moroz <agricolamz@gmail.com>

Kudrjashov Sergej <xenomirant@gmail.com>

Examples

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

Run the code above in your browser using DataLab