In R, what is the purpose of the repeat loop combined with break?
A. To create an infinite loop
B. To repeat a block of code until a certain condition is met
C. To skip the current iteration of the loop
D. To exit the loop immediately
Answer: Option D

Join The Discussion