get_var_corr_(mtcars,method="pearson")
#use only a subset of the data.
get_var_corr_(mtcars,
subset_cols = list(c("mpg","vs"),
c("disp","wt")),
method="spearman",exact=FALSE)
Run the code above in your browser using DataLab