actel (version 1.1.0)

na.as.false: Consider NA's as FALSE

Description

Aimed to be used in a vector of TRUE/FALSE's, where NA's are present and should be considered as false.

Usage

na.as.false(input)

Arguments

input

vector containing NA's.

Value

A logical vector.