# Load APA6Tables package
library(APA6Tables)

# Create data set
d <- matrix(rnorm(15000),ncol = 15)

# Create correlation table
CorTable(d, caption = "Correlation Table of Dataset", notes = "Significant correlations are bolded at $\\alpha = .05$", WidthProportion = 1, landscape = FALSE)


wjschne/APA6 documentation built on May 4, 2019, 7:34 a.m.