Learn R Programming

quicR (version 2.1.0)

organize_tables: 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)

Value

A list containing tibbles.

Arguments

file

An Excel file exported from MARS.

plate

Integer either 96 or 384 to denote microplate type.

Examples

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

Run the code above in your browser using DataLab