View source: R/as.data.frame.R
mat_cor_to_df | R Documentation |
Convert correlation object to df
mat_cor_to_df(x, long = TRUE)
x |
object from cor |
long |
into long format? |
mat_cor_do
library(magrittr)
library(dplyr)
data(iris_tb)
iris_tb %>%
select(-Species) %>%
cor() %>%
mat_cor_to_df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.