getFileSize.GenericDataFile {R.filesets} | R Documentation |
Gets the size of a file.
## S3 method for class 'GenericDataFile'
getFileSize(this, what=c("numeric", "units"), sep="", ...)
what |
A |
sep |
A |
... |
Not used. |
Returns a numeric
or a character
string.
A missing value (NA
) is returned if the file does not exist.
Henrik Bengtsson
file.info
().
For more information see GenericDataFile
.