organize_tables: Organize MARS Tables

View source: R/organize_tables.R

organize_tablesR 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)


quicR documentation built on April 3, 2025, 11:20 p.m.