powered by
Sets all specified values in an object to NA.
toNA(x,values=NA)
A vector, matrix or data frame (max 2D).
One or more values that are to be set to NA.
The object with NAs replacing all specified values.
toNA sets all entries in an object in values to NA. Useful for converting various missing value samps to NA.
%in%