is_even: Conditional check for an even value

View source: R/is_even.r

is_evenR Documentation

Conditional check for an even value

Description

Return TRUE if the value is even.

Usage

is_even(x)

Arguments

x

A numeric vector

Value

A boolean vector with the return from the condition check.

Examples


is_even(4)

is_even(3)


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