Description Usage Arguments Examples
Versital parser that orders standard columns (ie raw, blank_raw, machine_fit, etc)
automatically for rbind()
-ing. Verbose with warnings.
1 | readFLUOstar(file, capture = "", col_drops = NA)
|
file |
Path to a BMG FLUOstart Omega plate reader output xlsx. |
capture |
A single capture regex for extracting plate id from file. |
col_drops |
An optional character vector with the names of columns to be dropped. |
1 2 | f <- boxr::box_dl(198532377451, local_dir = "~/.Trash/") %>%
readFLUOstar(capture = ".*_(\\d)\\.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.