qdap (version 2.4.3)

print.qdap_context: Prints a qdap_context object

Description

Prints a qdap_context object

Usage

# S3 method for qdap_context
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