hasBeenModified.GenericDataFile {R.filesets} | R Documentation |
Checks whether the file has been modified
Description
Checks whether the file has been modified since last time checked.
Usage
## S3 method for class 'GenericDataFile'
hasBeenModified(this, update=TRUE, unknown=TRUE, ...)
Arguments
unknown |
The |
update |
If |
... |
Not used. |
Value
Returns TRUE
, FALSE
, or the value of argument unknown
.
Author(s)
Henrik Bengtsson
See Also
file.info
().
For more information see GenericDataFile
.
[Package R.filesets version 2.15.1 Index]