Sets NAs in Logical Objects to FALSE
Sets NAs in logical vectors and matrices to FALSE. This is especially
useful for conditional selections of data when the variables the
condition is based on contain NA
s.
ok(x)
x |
Logical vector or matrix |
Logical vector or matrix, containing no NA
s.
Rene Locher
ok(c(FALSE,TRUE,NA,TRUE))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.