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.
fl <- system.file(
"extdata",
"calibrate_tecan",
"calTecan1.xlsx",
package = "reluxr"
)
dat <- plate_read_tecan(fl)
dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.