Create an iterator to read data frames from files.
ireaddf(filenames, n, start = 1, col.names, chunkSize = 1000)
An iteror yielding data.frame objects with up to n
rows.
Names of files contains column data.
Maximum number of elements to read from each column file.
Element to start reading from.
Names of the columns.
Number of rows to read at a time.
Originally from the itertools
package.