readTextGridFast: Reads a TextGrid made with praat and returns a list with a...

Description Usage Arguments Details Value Author(s) Examples

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

1

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"

Details

This method has sometimes problems with certain sequences like "\n" in the annotation file. If the method fails, try readTextGridRobust()

Value

A list containing a vectors with the names and data.frames for each tier in the TextGrid.

Author(s)

Denis Arnold

Examples

1
2
3
4
5
6
       ## Not run: 
       # Assume that NameOfTextGrid is encoded in "UTF-8"
       Data=readTextGridFast("NameOfTextGrid","UTF-8")

       
## End(Not run)

AcousticNDLCodeR documentation built on May 2, 2019, 3:01 a.m.