Creates a list of dataframes from a textgrid. Each list element is a dataframe representing information from a different interval tier. Each dataframe contains the interval label, start time, end time, and duration (all in milliseconds).

readtextgrid(path, encoding = "UTF-8")

Arguments

path

the path to the Praat textgrid file you want to read.

encoding

--.

Value

A list of dataframes, one containing the data from each interval tier in the textgrid. Each list element is named after the tier.

Examples

if (FALSE) { path = "tuvesamisol.TextGrid" path = "testing.txt" path = "WS005-Melissa.TextGrid" readtextgrid (path) }