organize_tables {quicR}R Documentation

Organize MARS Tables

Description

Extracts the tables from the microplate view sheet in the MARS Excel file and adds each table to a list.

Usage

organize_tables(file, plate = 96)

Arguments

file

An Excel file exported from MARS.

plate

Integer either 96 or 384 to denote microplate type.

Value

A list containing tibbles.

Examples

file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
organize_tables(file)



[Package quicR version 1.0.2 Index]