isnot_na: Conditional check if a value is not a NA

View source: R/isnot_na.r

isnot_naR Documentation

Conditional check if a value is not a NA

Description

Return TRUE if the value is not a NA.

Usage

isnot_na(x)

Arguments

x

A vector

Value

A boolean vector with the return from the condition check.

Examples


isnot_na(2)

isnot_na(NA)


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.