ifexp: scheme-like if expression, without restriction of returning...

Description Usage Arguments Value

View source: R/utils.R

Description

scheme-like if expression, without restriction of returning same-size table of .test, as ifelse() does

Usage

1
ifexp(.test, true, false)

Arguments

.test

predicate to test

true

expression to return if .test evals to TRUE

false

expression to return if .test evals to TRUE

Value

either true or false


jcai849/iNZightTA documentation built on Dec. 2, 2020, 6:59 a.m.