Reads a Praat TextGrid as a nested tibble

read_tg(file, encoding = "auto")

Arguments

file

path to TextGrid file

encoding

Passed to rPraat::tg.read: 'auto' (default) will detect encoding, or can be set to 'UTF-8' (rPraat default)

Value

Returns a nested tibble with `name`, `type` and `data`. `data` has the variables `t1`, `t2` and `label`