example_textgrid {readtextgrid} | R Documentation |
Locate the path of an example textgrid file
Description
Locate the path of an example textgrid file
Usage
example_textgrid(which = 1)
Arguments
which |
index of the textgrid to load |
Details
This function is a wrapper over system.file()
to locate the
paths to bundled textgrids. These files are used to test or demonstrate
functionality of the package.
Two files are included:
-
"Mary_John_bell.TextGrid"
- the default TextGrid created by Praat's Create TextGrid command. This file is saved as UTF-8 encoding. -
"utf_16_be.TextGrid"
- a TextGrid with some IPA characters entered using Praat's IPA character selector. This file is saved with UTF-16 encoding.
Value
Path of "Mary_John_bell.TextGrid"
bundled with the readtextgrid
package.
[Package readtextgrid version 0.1.2 Index]