info_summarized: Summarized information about corpus and transcript objects

View source: R/act_info_summarized.R

info_summarizedR Documentation

Summarized information about corpus and transcript objects

Description

Gives summarized information about the contents of a corpus object or a transcript object that is passed as parameter to the function. In the case that you want to pass a transcript object form a corpus object, make sure that you access the transcript using double [[]] brackets.

Usage

info_summarized(...)

Arguments

...

object; either a corpus or a transcript object.

Details

To get more detailed information about the tiers in a corpus object use act::info.

Value

List.

See Also

info

Examples

library(act)

act::info_summarized(examplecorpus)

act::info_summarized(examplecorpus@transcripts[[1]])


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