view_plate_names()
returns the names of all plates in the input file as a
character vector. In case of empty or duplicates it diplays a warning and
then returns the plate names.
Examples
file_path <- system.file("extdata", "example_12_well.xlsx", package = "tidyplate")
data_12 <- view_plate_names(file = file_path)
data_12
#> [1] "drug" "cell_line" "percent_survived"