Description Usage Arguments Details Value
Coerce an IntervalTier, PointTier, or TextGrid object
to a data.frame.
1 2 3 4 5 6 7 8 9 10 11 | ## S3 method for class 'IntervalTier'
as.data.frame(x, row.names = NULL, optional = FALSE,
..., stringsAsFactors = FALSE)
## S3 method for class 'PointTier'
as.data.frame(x, row.names = NULL, optional = FALSE,
..., stringsAsFactors = FALSE)
## S3 method for class 'TextGrid'
as.data.frame(x, row.names = NULL, optional = FALSE, ...,
stringsAsFactors = FALSE)
|
x |
An |
row.names |
|
optional |
A logical, default is |
... |
Additional optional arguments. (Only here for consistency with the generic.) |
stringsAsFactors |
A logical, default is |
IntervalTiers and PointTiers are coerced by passing them to
findIntervals() and findPoints(), respectively. Only intervals
and points that have contentful, non-empty labels are returned after coercion.
A data.frame object whose rows represent the contentful
intervals or points within object, and whose columns are:
TierNumber, TierName, TierType,
Index, StartTime, EndTime, Label.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.