read_tg | R Documentation |
Reads a 'Praat' TextGrid as a nested tibble
read_tg(file, encoding = "auto")
file |
path to TextGrid file |
encoding |
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'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.