read_textgrid {readtextgrid} | R Documentation |
Read a textgrid file into a tibble
Description
Read a textgrid file into a tibble
Usage
read_textgrid(path, file = NULL, encoding = NULL)
read_textgrid_lines(lines, file = NULL)
Arguments
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 |
Value
a tibble with one row per textgrid annotation
Examples
tg <- system.file("Mary_John_bell.TextGrid", package = "readtextgrid")
read_textgrid(tg)
[Package readtextgrid version 0.1.2 Index]