Rdocumentation
powered by
Learn R Programming
R.utils (version 2.0.2)
isEof.connection: Checks if the current file position for a connection is at the 'End of File'
Description
Checks if the current file position for a connection is at the 'End of File'.
Usage
## S3 method for class 'connection': isEof(con, ...)
Arguments
con
A
connection
.
...
Not used.
Value
Returns a
logical
.
See Also
For more information see
connection
.