isOpen.character
From R.utils v1.12.0
by Henrik Bengtsson
Checks if there is an open connection to a file
Checks if there is an open connection to a file.
Usage
## S3 method for class 'character':
isOpen(pathname, rw=c("read", "write"), ...)
Arguments
Value
- Returns
TRUE
if there exists a fileconnection
that is open, otherwiseFALSE
.
See Also
See isOpen()
in connections
.
showConnections
().
Community examples
Looks like there are no examples yet.