read_assays: Read a BCS XP S-file file

Description Usage Arguments

View source: R/read_assays.R

Description

This function reads an ASCII-formated sample export file ("S-files") from a BCS XP coagulation analyzer and returns the assay results into a tidy tibble.

Usage

1
read_assays(chunks, include_subassays = FALSE, header)

Arguments

chunks

A list of text from BCS XP ASCII export files, broken up into chunks

include_subassays

Adds a subassay list column to the output. Defaults to FALSE

header

Manually pass along the file header so it's details can be returned


colindouglas/bcsxp documentation built on May 22, 2020, 3:24 a.m.