tiers_all {act} | R Documentation |
All tiers in a corpus
Description
Merges tiers from all transcripts in a corpus object into a data frame.
Usage
tiers_all(x, compact = TRUE)
Arguments
x |
Corpus object. |
compact |
Logical; if |
Value
Data frame
Examples
library(act)
#Get data frame with all tiers
alltiers <- act::tiers_all(examplecorpus)
alltiers
#Get data frame with a simplified version
alltiers <- act::tiers_all(examplecorpus, compact=TRUE)
alltiers
[Package act version 1.3.1 Index]