getFileSize.GenericDataFile {R.filesets} | R Documentation |
Gets the size of a file
Description
Gets the size of a file.
Usage
## S3 method for class 'GenericDataFile'
getFileSize(this, what=c("numeric", "units"), sep="", ...)
Arguments
what |
A |
sep |
A |
... |
Not used. |
Value
Returns a numeric
or a character
string.
A missing value (NA
) is returned if the file does not exist.
Author(s)
Henrik Bengtsson
See Also
file.info
().
For more information see GenericDataFile
.
[Package R.filesets version 2.15.1 Index]