View source: R/trans_context.R
print.qdap_context | R Documentation |
Prints a qdap_context object
## S3 method for class 'qdap_context'
print(
x,
file = NULL,
pretty = TRUE,
width = 70,
sep.block = TRUE,
double_space = TRUE,
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.