View source: R/utility_functions.R
matrix_to_df | R Documentation |
Transform a matrix to a data.frame.
matrix_to_df(matrix_in, value_name = "Freq")
matrix_in |
A matrix to transform. |
value_name |
A string indicating how to name the value column. |
A 3-columns data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.