In this tutorial we’ll learn how to write Loops in R. Like if-else statements, loops are commonly used in data science related programming. We’ll start with an introduction to loops and then cover the various types of loops – the for loop, the while loop and the repeat loop.