anyNA.GenericDataFileSet {R.filesets} | R Documentation |
Checks whether any of the pathnames are missing
Description
Checks whether any of the pathnames are missing. Note that this only tests the pathnames of files, but it does not test whether the files exists or not.
Usage
## S3 method for class 'GenericDataFileSet'
anyNA(x, ...)
Arguments
... |
Not used. |
Value
Returns a character
.
Author(s)
Henrik Bengtsson
See Also
na.omit
for dropping missing items.
For more information see GenericDataFileSet
.
[Package R.filesets version 2.15.1 Index]