isEof.connection
From R.utils v1.1.0
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'.
Usage
## S3 method for class 'connection}(con, ...)':
isEofundefined
- con
{A connection
.}
- ...
{Not used.}
Returns a logical
.
[object Object]
For more information see connection
.
methods
Community examples
Looks like there are no examples yet.