Sets NAs in Logical Vectors and Matrices to FALSE.
ok(x)
x
Logical vector or matrix, containing no NAs.
Rene Locher
ok(c(FALSE,TRUE,NA,TRUE))