Learn R Programming

quicR (version 2.1.0)

get_wells: Get the Wells Used in the RT-QuIC Run.

Description

Returns the well IDs used in the plate.

Usage

get_wells(file)

Value

A vector containing well IDs.

Arguments

file

Excel file exported from MARS

Examples

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

Run the code above in your browser using DataLab