Learn R Programming

retimer (version 0.1.3)

write_tg: write_tg

Description

Writes a nested tibble to a 'Praat' TextGrid file

Usage

write_tg(x, file)

Value

Returns path of saved TextGrid file

Arguments

x

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

file

File name to save TextGrid as