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 May 10, 2024, 10:50 p.m.