print.qdap_context {qdap} | R Documentation |
Prints a qdap_context object
Description
Prints a qdap_context object
Usage
## S3 method for class '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 |
pretty |
logical. If |
width |
A positive integer giving the target column for wrapping lines in the output. |
sep.block |
logical. If |
double_space |
logical. If |
... |
ignored |
[Package qdap version 2.4.6 Index]