# \donttest{
save_correlation_matrix(df = iris,
filename = 'iris-correlation-matrix.csv')
save_correlation_matrix(df = mtcars,
filename = 'mtcars-correlation-matrix.csv',
digits = 3,
use = 'lower')
# }
Run the code above in your browser using DataLab