plate_read_biotek_wl | R Documentation |
wavelength
data blocks from a biotek .csv
file.Read the wavelength
data blocks from a biotek .csv
file.
plate_read_biotek_wl(file, format_well = TRUE)
file |
File path to the |
format_well |
Whether to format the |
a tibble
file_data <- system.file(
"extdata",
"2024-02-29_vio_GFP_main.csv",
package = "wellr"
)
plate_read_biotek_wl(file_data)
plate_read_biotek_wl(file_data, format = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.