plate_read_tecan: Read the output of Tecan Plate Readers

View source: R/plate_tecan.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


# read a .csv tecan file
fl <- system.file(
  'extdata', 'tecanON1.csv',
  package = 'wellr'
)

plate_read_tecan(fl)

# read a .xlsx tecan file
fl <- system.file(
  'extdata', 'tecanON1.xlsx',
  package = 'wellr'
)

plate_read_tecan(fl)


rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.