View source: R/organize_tables.R
organize_tables | R Documentation |
Extracts the tables from the microplate view sheet in the MARS Excel file and adds each table to a list.
organize_tables(file, plate = 96)
file |
An Excel file exported from MARS. |
plate |
Integer either 96 or 384 to denote microplate type. |
A list containing tibbles.
file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
organize_tables(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.