phonfieldwork (version 0.0.13)

exb_to_df: EXMARaLDA's .exb file to dataframe

Description

Convert .exb file from EXMARaLDA to a dataframe.

Usage

exb_to_df(file_name)

Value

a dataframe with columns: tier, id, content, tier_name, tier_type, tier_category, tier_speaker, time_start, time_end, source.

Arguments

file_name

string with a filename or path to the .exb file

Author

George Moroz <agricolamz@gmail.com>

Examples

Run this code
exb_to_df(system.file("extdata", "test.exb", package = "phonfieldwork"))

Run the code above in your browser using DataLab