text2vec (version 0.3.0)

ilines: Creates iterator over the lines of a connection or file

Description

The result of this function is usually used in an itoken function.

Usage

ilines(con, n, ...)

Arguments

con
connection object or a character string.
n
integer, the maximum number of lines to read per iteration. Negative values indicate that one should read up to the end of the connection. The default value is 1.
...
arguments passed to readLines function.

See Also

itoken, readLines