View source: R/corr_result_s3.R
| print.summary.corr_result | R Documentation |
Print Standardized Correlation Summaries
## S3 method for class 'summary.corr_result'
print(
x,
digits = 4,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
x |
A |
digits |
Number of digits for numeric values. |
n |
Optional preview row threshold. |
topn |
Optional number of head/tail rows when preview is truncated. |
max_vars |
Optional maximum number of visible columns in preview. |
width |
Optional output width. |
show_ci |
One of |
... |
Unused. |
Invisibly returns x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.