Description Usage Arguments Examples
View source: R/read_cobas_rst.R
Reads a rst file from a COBAS Liat. Most information is available through middleware, but information on invalid runs is currently not.
1 |
file |
path to file <chr> |
1 2 3 4 5 6 | result <- read_cobas_rst("data-raw/valid_pos.rst")
many_results <- list.files("data-folder",
full.names = TRUE, pattern = ".rst"
) %>%
purrr::map_dfr(read_cobas_rst)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.