read_data | R Documentation |
Extract specified data type from the file.
read_data(fname, dtype = "Median", nwells = NULL, nsep = 2, ncolmax = 105)
fname |
name of the file that contains raw data. |
dtype |
character string for data type in the file. |
nwells |
number of wells. If |
nsep |
number of lines separating different data types in the file. |
ncolmax |
maximum number of columns in the file. |
to be added
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.