| isOpen.character | R Documentation |
Checks if there is an open connection to a file.
## S3 method for class 'character'
isOpen(pathname, rw=c("read", "write"), ...)
pathname |
An |
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().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.