readTextGridRobust {AcousticNDLCodeR} | R Documentation |
Reads a TextGrid made with praat and returns a list with a vector of all tier names and a data.frame for each tier
Description
Reads a TextGrid made with praat and returns a list with a vector of all tier names and a data.frame for each tier
Usage
readTextGridRobust(File, Encoding)
Arguments
File |
Name (with full path, if not in wd) of the TextGrid |
Encoding |
Encoding of the TextGrid. Typically encodings are "ACSII","UTF-8" or "UTF-16" |
Value
A list containing a vectors with the names and data.frames for each tier in the TextGrid.
Author(s)
Denis Arnold
Examples
## Not run:
# Assume that NameOfTextGrid is encoded in "UTF-8"
Data=readTextGridRobust("NameOfTextGrid","UTF-8")
## End(Not run)
[Package AcousticNDLCodeR version 1.0.2 Index]