R/general_helpers.R
cor_table.Rd
Produces data frame of correlations with stars standing for significance
cor_table(d, method = "spearman", star = TRUE)
Data.frame
Method from `cor` function. "spearman" by default.
If stars for p levels should be added.