Description Usage Arguments Value Author(s) See Also
Replace NA
in a vector with FALSE
1 | na.false(x)
|
x |
A logical vector or matrix |
Logical vector or matrix with NAs replaced by FALSE
Jitao David Zhang <jitao_david.zhang@roche.com>
myX <- c("HSV", "FCK", "FCN", NA, "BVB") res <- myX == "HSV" na.false(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.