Prints a qdap_context object

Usage

"print"(x, file = NULL, pretty = TRUE, width = 70, sep.block = TRUE, double_space = TRUE, ...)

Arguments

x
The qdap_context object
file
The name of the file (can print csv, xlsx, txt, doc and other text based files). If NULL file prints to the console.
pretty
logical. If TRUE generates a prettier text version of the output (cannot be used with csv/xlsx file types). If FALSE a semi-structured dataframe is generated.
width
A positive integer giving the target column for wrapping lines in the output.
sep.block
logical. If TRUE the blocked events are separated with text lines.
double_space
logical. If TRUE and pretty = TRUE double spacing between speech chunks (speakers) is used.
...
ignored

Prints a qdap_context object

Description

Prints a qdap_context object