1.

What Is The Purpose Of Using Next Statement In R Language?

Answer»

If a developer wants to skip the current iteration of a loop in the code without terminating it then they can USE the next STATEMENT. Whenever the R parser COMES across the next statement in the code, it skips evaluation of the loop further and JUMPS to the next iteration of the loop.

If a developer wants to skip the current iteration of a loop in the code without terminating it then they can use the next statement. Whenever the R parser comes across the next statement in the code, it skips evaluation of the loop further and jumps to the next iteration of the loop.



Discussion

No Comment Found