speechmap_to_df: Return speech map data from Verifit xml to data frame

Description Usage Arguments Value Examples

Description

Takes an input argument of an xml file as exported by the Verifit, and returns a data frame containing speechmap results. Data frame is in long format.

Usage

1
speechmap_to_df(filename)

Arguments

filename

An xml file exported from the Verifit

Value

A data frame containing the speech map results.

Examples

1
2
3
4
5
## Not run: 
df <- speechmap_to_df("xxxAbcdE_speechmap.xml")
head(df)

## End(Not run)

kevindsp/verifitr documentation built on May 9, 2019, 8:09 p.m.