isOpen.character {R.utils} | R Documentation |
Checks if there is an open connection to a file
Description
Checks if there is an open connection to a file.
Usage
## S3 method for class 'character'
isOpen(pathname, rw=c("read", "write"), ...)
Arguments
pathname |
|
rw |
A |
... |
Not used. |
Value
Returns a logical
vector
indicating for each file whether there
exists an open file connection
or not.
Author(s)
Henrik Bengtsson
See Also
See isOpen()
in connections
.
showConnections
().
[Package R.utils version 2.12.3 Index]