View source: R/view_plate_names.R
view_plate_names | R Documentation |
Returns the name of each plate in the file
view_plate_names(file, sheet = 1)
file |
This is the path to a xlsx or csv file containing data for the following types of plates: 6, 12, 24, 48, 96, 384, and 1536. |
sheet |
If file type is xlsx this is the sheet name (character) or number (integer). |
A character vector
file_path <- system.file("extdata", "example_12_well.xlsx", package = "tidyplate")
data_12 <- view_plate_names(file = file_path)
data_12
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.