exb_to_df: EXMARaLDA's .exb file to dataframe

Description Usage Arguments Value Author(s) Examples

View source: R/exb_to_df.R

Description

Convert .exb file from EXMARaLDA to a dataframe.

Usage

1
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

1
exb_to_df(system.file("extdata", "test.exb", package = "phonfieldwork"))

phonfieldwork documentation built on March 3, 2021, 1:12 a.m.