annotations_all: All annotations in a corpus

View source: R/annotations_all.R

annotations_allR Documentation

All annotations in a corpus

Description

Merges annotations from all transcripts in a corpus and returns a data frame.

Usage

annotations_all(x)

Arguments

x

Corpus object.

Value

Data.frame.

Examples


library(act)

#Get data frame with all annotations
allannotations <- act::annotations_all(examplecorpus)

#Have a look at the number of annotations
nrow(allannotations)


act documentation built on June 7, 2023, 6:16 p.m.