expand | R Documentation |
Expand (demultiplex) rows with multiple ids
expand(data, id_split)
data |
Data.frame |
id_split |
List of ID vectors |
x <- rmat()
rownames(x) <- paste0(rownames(x), ";s", 1:3)
expand(x, strsplit(rownames(x), split = ";"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.