| tg.read {rPraat} | R Documentation |
tg.read
Description
Loads TextGrid from Praat in Text or Short text format (UTF-8), it handles both Interval and Point tiers. Labels can may contain quotation marks and new lines.
Usage
tg.read(fileNameTextGrid, encoding = "UTF-8")
Arguments
fileNameTextGrid |
Input file name |
encoding |
File encoding (default: |
Value
TextGrid object
See Also
tg.write, tg.plot, tg.repairContinuity, tg.createNewTextGrid, tg.findLabels, tg.duplicateTierMergeSegments, pt.read, pitch.read, formant.read, it.read, col.read
Examples
## Not run:
tg <- tg.read("demo/H.TextGrid")
tg.plot(tg)
## End(Not run)
[Package rPraat version 1.3.2-1 Index]