eaf_to_df | R Documentation |
Convert .eaf file from ELAN to a dataframe.
eaf_to_df(file_name)
file_name |
string with a filename or path to the .eaf file |
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
.
George Moroz <agricolamz@gmail.com>
Kudrjashov Sergej <xenomirant@gmail.com>
eaf_to_df(system.file("extdata", "test.eaf", package = "phonfieldwork"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.