plate_read_tecan | R Documentation |
Read the output of Tecan Plate Readers
plate_read_tecan(file, temp = FALSE)
file |
File path to the |
temp |
Logical, whether to include the temperature column. |
a tibble::tibble()
of the values from the file.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.