well_join | R Documentation |
Joins a column number and a row letter or number into a well ID. i.e. joins "A" and "1" to "A01" and joins "3 and "10" to "C10".
well_join(row, col, num_width = 2)
row |
either a row letter or number for to be coerced into a letter. |
col |
a column number. |
num_width |
the number of digits to pad out the column number with 0. |
a vector of well IDs as strings.
well_join(1:3, 4)
well_join(c("A", "B", "H"), 9)
well_join("C", 1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.