is_odd: Conditional check for an odd value

View source: R/is_odd.r

is_oddR Documentation

Conditional check for an odd value

Description

Return TRUE if the value is odd.

Usage

is_odd(x)

Arguments

x

A numeric vector

Value

A boolean vector with the return from the condition check.

Examples


is_odd(4)

is_odd(3)


vbfelix/relper documentation built on Jan. 28, 2025, 12:15 p.m.