getFileSize.GenericDataFile | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.