not_NA: Return a Logical Vector With NA Values set to FALSE

View source: R/S03_Utilities.R

not_NAR Documentation

Return a Logical Vector With NA Values set to FALSE

Description

Function that takes a logical vector and ensures any NA values are set to FALSE.

Usage

not_NA(lgc)

Arguments

x

A logical vector.

Value

A logical vector with NA cases set to FALSE.

Examples

not_NA( c(TRUE, FALSE, NA) )


rettopnivek/arfpam documentation built on Oct. 20, 2024, 7:24 p.m.