isFile.GenericDataFile {R.filesets} | R Documentation |
Checks if this is an existing file
Description
Checks if this is an existing file and not a directory.
Usage
## S3 method for class 'GenericDataFile'
isFile(this, ...)
Arguments
... |
Not used. |
Value
Returns a TRUE
if an existing file (and not a directory),
otherwise FALSE
.
Author(s)
Henrik Bengtsson
See Also
isFile
.
For more information see GenericDataFile
.
[Package R.filesets version 2.15.1 Index]