read_bcsxp: Read a BCS XP data file

Description Usage Arguments

View source: R/read_bcsxp.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_bcsxp(path, filetype = "guess", include_subassays = FALSE)

Arguments

path

Path to the *.BCSXp file

filetype

The type of file to be read. One of c("S", "C", or "guess").

include_subassays

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


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