isEof.connection {R.utils}R Documentation

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.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see connection.


[Package R.utils version 1.1.7 Index]