R/well_to_num.R

Defines functions well_to_num

well_to_num <- function(x, n = 96) {
  as.numeric(factor(x, levels = well(n)))
}
JARS3N/plates documentation built on Jan. 31, 2023, 10:38 a.m.