powered by
Convert a matrix to a tibble dataframe.
matrix_to_tibble(df, var = "variable")
A matrix.
Name of column to use for rownames.
# NOT RUN { set.seed(123) cor_df <- cor(purrr::keep(iris, is.numeric)) ggstatsplot:::matrix_to_tibble(cor_df) # }
Run the code above in your browser using DataLab