anyNA.GenericDataFileSet {R.filesets} | R Documentation |
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.
## S3 method for class 'GenericDataFileSet'
anyNA(x, ...)
... |
Not used. |
Returns a character
.
Henrik Bengtsson
na.omit
for dropping missing items.
For more information see GenericDataFileSet
.