View source: R/sparse_tidiers.R
tidy_triplet | R Documentation |
Utility function to tidy a simple triplet matrix
tidy_triplet(x, triplets, row_names = NULL, col_names = NULL)
x |
Object with rownames and colnames |
triplets |
A data frame or list of i, j, x |
row_names |
rownames, if not gotten from rownames(x) |
col_names |
colnames, if not gotten from colnames(x) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.