mtx_to_df | R Documentation |
Convert a matrix to data frame
mtx_to_df(X)
X |
A matrix of values |
A data.frame version of the passed matrix.
mtx_to_df(matrix(seq(12), nrow = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.