| iread.table | R Documentation |
Returns an iterator over the rows of a data frame stored in a file in table
format. It is a wrapper around the standard read.table function.
iread.table(file, ..., verbose = FALSE)
file |
the name of the file to read the data from. |
... |
all additional arguments are passed on to the |
verbose |
logical value indicating whether or not to print the calls to
|
Originally from the iterators package.
The file reading iterator.
In this version of iread.table, both the read.table
arguments header and row.names must be specified. This is
because the default values of these arguments depend on the contents of the
beginning of the file. In order to make the subsequent calls to
read.table work consistently, the user must specify those arguments
explicitly. A future version of iread.table may remove this
requirement.
read.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.