position_name | R Documentation |
Create position names for a grid.
position_name(rows, columns)
rows |
Names of the rows. |
columns |
Names of the columns. |
A data.frame with the rows and columns and the resulting name row+column. The name column is a factor for easier sorting in row, column order.
position_name(c("A", "B"), 1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.