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.