R
if
if else
for
apply()
lapply()
sapply()
mapply()
tapply()
break
next
while
repeat
function()
...
#
Within the while loop, an expression happens while a condition is met.
while (condition) { expression }