read_data: Read in raw luminex data

View source: R/prep.R

read_dataR Documentation

Read in raw luminex data

Description

Extract specified data type from the file.

Usage

read_data(fname, dtype = "Median", nwells = NULL, nsep = 2, ncolmax = 105)

Arguments

fname

name of the file that contains raw data.

dtype

character string for data type in the file.

nwells

number of wells. If NULL, inferred from the file.

nsep

number of lines separating different data types in the file.

ncolmax

maximum number of columns in the file.

Details

to be added

Value

A data frame.


EPPIcenter/flexfit documentation built on Aug. 22, 2023, 8:52 a.m.