is_positive: Conditional check for a positive value

View source: R/is_positive.r

is_positiveR Documentation

Conditional check for a positive value

Description

Return TRUE if the value is positive.

Usage

is_positive(x)

Arguments

x

A numeric vector

Value

A boolean vector with the return from the condition check.

Examples


is_positive(4)

is_positive(-4)


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