control flow

Conditional Control Flow in R

What is Control Flow? One of the fundamental techniques in imperative-style programming is the use of control flow constructs to dynamically control the execution of a program. These tools are critical to the creation of anything but the most basic functions and allow programmers to specify abstract procedures with code. Currently, R supports the following control flow constructs: Name Syntax if if(cond) cons.