isEof.connection {R.utils} | R Documentation |
Checks if the current file position for a connection is at the 'End of File'.
## S3 method for class 'connection': isEof(con, ...)
con |
A connection . |
... |
Not used. |
Returns a logical
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see connection
.