gp_unravel | R Documentation |
Turn data from 'plate form' to 'tidy form' and back
gp_unravel(df, rownames = NULL)
gp_reravel(df, row_name = ".row", col_name = ".col", values = "value")
df |
The |
rownames |
Optional character. If there is a colname that specifies the row index, it will be arranged by this column, then dropped. |
a tibble
test_plate <- matrix(sample(1:10, 96, replace = TRUE), nrow = 8, ncol = 12)
gp_unravel(test_plate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.