Format a Well to Uppercase and Padded Numbers
well_format(x, num_width = 2, uppercase = TRUE)
Vector of well IDs to be formatted.
Width to pad out number component with 0's.
Logical, whether the letter should be upercase.
Vector of strings as formatted well IDs.
well_format(c("A9", "c3", "h12"))
#> [1] "A09" "C03" "H12"