Description Usage Arguments Value See Also Examples
Returns an iterator over the lines of text from a connection.
It is a wrapper around the standard readLines function.
1  | ireadLines(con, n=1, ...)
 | 
con | 
 a connection object or a character string.  | 
n | 
 integer. The maximum number of lines to read. Negative values indicate that one should read up to the end of the connection. The default value is 1.  | 
... | 
 passed on to the   | 
The line reading iterator.
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.