isEof.connection
From R.utils v1.26.2
by Henrik Bengtsson
Checks if the current file position for a connection is at the 'End of File'
Checks if the current file position for a connection is at the 'End of File'.
- Keywords
- methods
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
.
Community examples
Looks like there are no examples yet.