condition_test {paradox}R Documentation

Dependency Condition

Description

Condition object, to specify the condition in a dependency.

Usage

condition_test(cond, x)

condition_as_string(cond, lhs_chr = "x")

Condition(rhs, condition_format_string)

Arguments

cond

(Condition)
Condition to use

x

(any)
Value to test

lhs_chr

(character(1))
Symbolic representation to use for ⁠<lhs>⁠ in the returned string.

rhs

(any)
Right-hand-side of the condition.

condition_format_string

(character(1))
Format-string for representing the condition when pretty-printing in condition_as_string(). Should contain two ⁠%s⁠, as it is used in an sprintf()-call with two further string values.

Functions

Currently implemented simple conditions


[Package paradox version 1.0.1 Index]