matrify | R Documentation |
convenience function to convert to matrix and optionally filter out the first column which may be rownames that are not relevant to further data analysis
matrify(obj, rm_col1 = TRUE, use.c1.rownames = TRUE)
obj |
a data.frame or matrix |
rm_col1 |
a logical vector specifying if the 1st column should be removed |
a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.