exb_to_df {phonfieldwork} | R Documentation |
EXMARaLDA's .exb file to dataframe
Description
Convert .exb file from EXMARaLDA to a dataframe.
Usage
exb_to_df(file_name)
Arguments
file_name |
string with a filename or path to the .exb file |
Value
a dataframe with columns: tier
, id
, content
,
tier_name
, tier_type
, tier_category
,
tier_speaker
, time_start
, time_end
, source
.
Author(s)
George Moroz <agricolamz@gmail.com>
Examples
exb_to_df(system.file("extdata", "test.exb", package = "phonfieldwork"))
[Package phonfieldwork version 0.0.17 Index]