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
Run the code above in your browser using DataLab