powered by
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)
A list containing tibbles.
An Excel file exported from MARS.
Integer either 96 or 384 to denote microplate type.
file <- system.file( "extdata/input_files", file = "test.xlsx", package = "quicR" ) organize_tables(file)
Run the code above in your browser using DataLab