Description Usage Arguments Examples
View source: R/read_biotyper_out.R
Bruker biotyper generates logs in 'D:/Data/mbt-out/' if the folder exists. These files can be used to survey answers from the machine.
1 |
file |
path to file <chr> |
1 2 3 4 5 | one_file <- read_biotyper_out("data-raw/biotyper_1.astm")
more_files <- list.files("data-raw",
pattern = ".astm|.out", full.names = TRUE) %>%
purrr::map_dfr(read_biotyper_out, .id = "run_id")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.