plate_read_tecan: Read the output of Tecan Plate Readers

View source: R/read.R

plate_read_tecanR Documentation

Read the output of Tecan Plate Readers

Description

Read the output of Tecan Plate Readers

Usage

plate_read_tecan(file, temp = FALSE)

Arguments

file

File path to the .xlsx or .csv file.

temp

Logical, whether to include the temperature column.

Value

a tibble::tibble() of the values from the file.

Examples

fl <- system.file(
  "extdata",
  "calibrate_tecan",
  "calTecan1.xlsx",
  package = "reluxr"
)

dat <- plate_read_tecan(fl)

dat

BradyAJohnston/reluxr documentation built on March 20, 2023, 5:09 a.m.