ifelse: If else function

Description Usage Arguments Value Author(s)

Description

Made because function provided by base package A) is really slow as there are a thousand unneeded things they do, and B) cause the function from the base package also for some reason returns incorrect values, no clue

Usage

1
ifelse(condition, true, false)

Arguments

condition

Condition for which to evaluate by

true

What value should be returned/run should the condition be true

false

What value should be returned/run should the condition be false

Value

Value depending on should the condition be true or false

Author(s)

George Zorn, george.zorn@mail.utoronto.ca


zzaassaa2/uniprotProteinView documentation built on Jan. 1, 2021, 1:55 p.m.