R - Condition

Card Puncher Data Processing

About

A condition is a length-one logical vector (FALSE of TRUE) that is not NA.

Conditions are always evaluated from left to right.





Discover More
Card Puncher Data Processing
R - If / ifElse

See If you want a: Scalar operation (over one value): use the statement Vectorial operation (over multiple value): use the With one value where: cond is a condition Without return...
Card Puncher Data Processing
R - While

while execute a loop while a condition is true



Share this page:
Follow us:
Task Runner