tidy_triplet
From tidytext v0.1.3
by Julia Silge
Utility function to tidy a simple triplet matrix
Utility function to tidy a simple triplet matrix
Usage
tidy_triplet(x, triplets, row_names = NULL, col_names = NULL)
Arguments
- 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)
Community examples
Looks like there are no examples yet.