read_textgrid | R Documentation |
Read a textgrid file into a tibble
read_textgrid(path, file = NULL, encoding = NULL)
read_textgrid_lines(lines, file = NULL)
path |
a path to a textgrid |
file |
an optional value to use for the |
encoding |
the encoding of the textgrid. The default value |
lines |
alternatively, the lines of a textgrid file |
a tibble with one row per textgrid annotation
tg <- system.file("Mary_John_bell.TextGrid", package = "readtextgrid")
read_textgrid(tg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.