powered by
Merges annotations from all transcripts in a corpus and returns a data frame.
annotations_all(x)
Data.frame.
Corpus object.
library(act) #Get data frame with all annotations allannotations <- act::annotations_all(examplecorpus) #Have a look at the number of annotations nrow(allannotations)
Run the code above in your browser using DataLab