write_tg {retimer} | R Documentation |
write_tg
Description
Writes a nested tibble to a 'Praat' TextGrid file
Usage
write_tg(x, 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 |
Value
Returns path of saved TextGrid file
[Package retimer version 0.1.3 Index]