Writes a nested tibble to a Praat TextGrid file

write_tg(x, name, path = ".")

Arguments

x

Nested tibble. Must contain the columns `name`, `type` and `data`. `data` must have the columns `t1`, `t2` and `label`

name

File name to save TextGrid as

path

Path to save folder. Default is working directory.