read_biotyper_out: Read biotyper logfiles

Description Usage Arguments Examples

View source: R/read_biotyper_out.R

Description

Bruker biotyper generates logs in 'D:/Data/mbt-out/' if the folder exists. These files can be used to survey answers from the machine.

Usage

1

Arguments

file

path to file <chr>

Examples

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")

marcmtk/marcr documentation built on Feb. 5, 2020, 12:10 p.m.