R/microwellPlates.R
equateWellLabelWidth.Rd
Format labels for wells in microwell plates to equal widths
equateWellLabelWidth(wells)
A vector of the same length, with all labels adjusted to the equal width, with left-padding zeros added whenever it makes sense. If the input labels are already of the same length, no change is applied.
equateWellLabelWidth(c("A1", "C10", "D12"))
#> [1] "A01" "C10" "D12"