Calculates the row, but returns it as a number.
well_to_row_num(x)
Well ID as a string.
Numeric row number.
well_to_row_num(c("A10", "c3", "h12"))
#> [1] 1 3 8
well_to_row_num("H08")
#> [1] 8
well_to_row_num("h8")
#> [1] 8
well_to_row_num("C20")
#> [1] 3