isFile
From R.utils v1.7.3
by Henrik Bengtsson
Checks if the file specification is a file
Checks if the file specification is a file.
- Keywords
- programming, IO
Usage
## S3 method for class 'default':
isFile(pathname, ...)
Arguments
- pathname
- A
character
string of the pathname to be checked. - ...
- Not used.
Value
See Also
To check if it is a directory see isDirectory
().
Internally file.info
() is used.
Community examples
Looks like there are no examples yet.