Prints a qdap_context object
# S3 method for qdap_context
print(x, file = NULL, pretty = TRUE, width = 70,
sep.block = TRUE, double_space = TRUE, ...)
The qdap_context object
The name of the file (can print csv, xlsx, txt, doc and other
text based files). If NULL
file prints to the console.
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.
A positive integer giving the target column for wrapping lines in the output.
logical. If TRUE
the blocked events are separated
with text lines.
logical. If TRUE
and pretty = TRUE
double spacing between speech chunks (speakers) is used.
ignored