well_format | R Documentation |
Format a Well to Uppercase and Padded Numbers
well_format(x, num_width = 2, uppercase = TRUE)
x |
Vector of well IDs to be formatted. |
num_width |
Width to pad out number component with 0's. |
uppercase |
Logical, whether the letter should be upercase. |
Vector of strings as formatted well IDs.
well_format(c("A9", "c3", "h12"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.