Learn R Programming

R.filesets (version 2.15.1)

anyNA.GenericDataFileSet: 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 GenericDataFileSet
anyNA(x, ...)

Value

Returns a character.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

na.omit for dropping missing items. For more information see GenericDataFileSet.