Learn R Programming

act (version 1.3.1)

info: Information about corpus and transcript objects

Description

Gives detailed 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(...)

Value

List.

Arguments

...

object; either a corpus or a transcript object.

Details

To get summarized information about the transcript and corpus objects use act::info_summarized.

See Also

info_summarized

Examples

Run this code
library(act)

act::info(examplecorpus)

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


Run the code above in your browser using DataLab