file_path <- system.file("extdata", "tidy_12_well.csv", package = "tidyplate")
tbl <- read.csv(file_path)
temp_file <- tempfile(fileext = ".csv")
plate_12 <- generate_plate(tbl,
well_id = "well",
plate_type = 12,
file = temp_file)
Run the code above in your browser using DataLab