Last chance! 50% off unlimited learning
Sale ends in
Returns end time. If tier index is specified, it returns end time of the tier, if it is not specified, it returns end time of the whole TextGrid.
tg.getEndTime(tg, tierInd = 0)
TextGrid object
[optional] tier index or "name"
numeric
# NOT RUN {
tg <- tg.sample()
tg.getEndTime(tg)
tg.getEndTime(tg, "phone")
# }
Run the code above in your browser using DataLab