View source: R/act_info_summarized.R
info_summarized | R Documentation |
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.
info_summarized(...)
... |
object; either a corpus or a transcript object. |
To get more detailed information about the tiers in a corpus object use act::info
.
List.
info
library(act)
act::info_summarized(examplecorpus)
act::info_summarized(examplecorpus@transcripts[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.