is.na.ff: 'Not Available' / Missing Values for ff vectors
The generic function is.na indicates which elements are missing.
The generic function is.na<- sets elements to NA.
Description
'Not Available' / Missing Values for ff vectors
The generic function is.na indicates which
elements are missing.
The generic function
is.na<- sets elements to NA.
Usage
## S3 method for class 'ff':
is.na(x, ...)
## S3 method for class 'ff':
is.na(x, ...) <- value
Arguments
x
a ff vector
...
other parameters passed on to chunk
value
a suitable ff index vector for use with x
Value
A logical ff vector of the same length of x
indicating if the ff vector contains missing values.