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