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