

corrr
Explore correlations in R
corrr is an R package for exploring correlations by creating and working with data frames of correlations instead of matrices. It’s designed to integrate with tidyverse tools and data pipelines, making correlation analysis more accessible through data frame operations.
The package returns correlations as tidy data frames with standardized variances set to NA and uses pairwise deletion by default. It provides functions to reshape correlation data (shave triangles, rearrange by strength, focus on subsets, stretch to long format), visualize correlations (rplot with shapes, network plots), and format output for printing. The correlate() function also works directly with database tables, automatically pushing calculations to the database and returning results that integrate with the rest of the corrr API.





