is_zero: Conditional check for a value equal to zero

View source: R/is_zero.r

is_zeroR Documentation

Conditional check for a value equal to zero

Description

Return TRUE if the value is equal to zero.

Usage

is_zero(x)

Arguments

x

A numeric vector

Value

A boolean vector with the return from the condition check.

Examples


is_zero(4)

is_zero(0)


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