read_tg.Rd
Reads a Praat TextGrid as a nested tibble
read_tg(file, encoding = "auto")
path to TextGrid file
Passed to rPraat::tg.read: 'auto' (default) will detect encoding, or can be set to 'UTF-8' (rPraat default)
Returns a nested tibble with `name`, `type` and `data`. `data` has the variables `t1`, `t2` and `label`