tiers_all: All tiers in a corpus

View source: R/tiers_all.R

tiers_allR 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 TRUE a condensed overview will be returned, if FALSE a detailed overview will be returned.

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


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