na.false: Replace NA with FALSE

Description Usage Arguments Value Author(s) See Also

View source: R/na.false.R

Description

Replace NA in a vector with FALSE

Usage

1

Arguments

x

A logical vector or matrix

Value

Logical vector or matrix with NAs replaced by FALSE

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>

See Also

myX <- c("HSV", "FCK", "FCN", NA, "BVB") res <- myX == "HSV" na.false(res)


ribiosUtils documentation built on March 13, 2020, 2:54 a.m.