powered by
Writes a nested tibble to a 'Praat' TextGrid file
write_tg(x, file)
Returns path of saved TextGrid file
Nested tibble. Must contain the columns `name`, `type` and `data`. `data` must have the columns `t1`, `t2` and `label`
File name to save TextGrid as