read_tg {retimer} | R Documentation |
read_tg
Description
Reads a 'Praat' TextGrid as a nested tibble
Usage
read_tg(file, encoding = "auto")
Arguments
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) |
Value
Returns a nested tibble with 'name', 'type' and 'data'. 'data' has the variables 't1', 't2' and 'label'
[Package retimer version 0.1.3 Index]