Print a publication-ready correlation table.
Usage
# S3 method for class 'gt_correlation'
print(x, ...)Examples
x <- correlation(mtcars, x = mpg, y = wt)
print(x)
Print a publication-ready correlation table.
# S3 method for class 'gt_correlation'
print(x, ...)x <- correlation(mtcars, x = mpg, y = wt)
print(x)