Learn R Programming

act (version 1.3.1)

tiers_all: 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)

Value

Data frame

Arguments

x

Corpus object.

compact

Logical; if TRUE a condensed overview will be returned, if FALSE a detailed overview will be returned.

Examples

Run this code

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