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)
The file reading iterator.
the name of the file to read the data from.
all additional arguments are passed on to the read.table
function. See the documentation for read.table
for more information.
logical value indicating whether or not to print the calls to
read.table
.
Originally from the iterators
package.