Skip to contents

Helper function to read raw luminex files

Usage

.read_luminex_file(file)

Arguments

file

String with the raw data path.

Value

raw data frame

Author

Dionne Argyropoulos

Examples

your_raw_data <- system.file("extdata", "example_MAGPIX_plate1.csv", package = "SeroTrackR")
df <- .read_luminex_file(your_raw_data)