get_wells | R Documentation |
Returns the well IDs used in the plate.
get_wells(file)
file |
Excel file exported from MARS |
A vector containing well IDs.
file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
get_wells(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.