powered by
Convert selected tier from a Praat TextGrid to a dataframe.
tier_to_df(file_name, tier = 1)
a dataframe with columns: id, time_start, time_end, content, , tier_name
id
time_start
time_end
content
tier_name
string with a filename or path to the TextGrid
value that could be either ordinal number of the tier either name of the tier. By default is '1'.
George Moroz <agricolamz@gmail.com>
tier_to_df(system.file("extdata", "test.TextGrid", package = "phonfieldwork" )) tier_to_df( system.file("extdata", "test.TextGrid", package = "phonfieldwork" ), "intervals" )
Run the code above in your browser using DataLab