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 |
... |
Not used. |
Returns a logical
.
Henrik Bengtsson
For more information see connection
.