TextGrid-constructor {textgRid} | R Documentation |
An S4 generic and S4 methods for creating a TextGrid
object.
TextGrid(textGrid, ...)
## S4 method for signature 'character'
TextGrid(textGrid)
textGrid |
A character vector |
... |
optional arguments for multiple dispatch (in development). |
A TextGrid
object.
c(textGrid = 'character')
If textGrid
is a string (i.e., a character vector with
length(textGrid)=1
), then it is assumed that the textGrid
argument is the path to a .TextGrid
file. Otherwise, the
textGrid
argument is assumed to be a character vector whose
elements are the lines of some .TextGrid
file.
TextGrid-class
, TextGrid-accessors