readDatfile | R Documentation |
A wrapper for read.table that has default parameter values for reading tab-separated files as used in packages fitPoly and fitPolyTools
readDatfile(file, header=TRUE, sep="\t", check.names=FALSE, ...)
file |
the name of the file which the data are to be read from |
header |
a logical value indicating whether the file contains the names of the data.frame columns as its first line |
sep |
the field separator character |
check.names |
logical. If FALSE (default), column names are not checked.
This is important if column names are the names of samples, markers etc that
may not be syntactically valid variable names. |
... |
Further arguments to be passed to read.table |
A data.frame containing a representation of the data in the file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.