What does the term 'dreaded for loop' means?



What does the term 'dreaded for loop' means?..

Answer / Deepika Pathak

The term 'dreaded for loop' is a colloquialism often used among R users to refer to the use of traditional for loops in R. For loops can be inefficient and difficult to read when dealing with large data sets or complex tasks, leading some R programmers to prefer other looping mechanisms or vectorized operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is readline() in r?

1 Answers  


What do you know about the rattle package in r?

1 Answers  


Write the syntax to set the path for a current working directory in r environment?

1 Answers  


Why is R Important?

1 Answers  


Explain bor function?

1 Answers  


What is the distribution in R?

1 Answers  


Name some packages in r, which can be used for data imputation?

1 Answers  


What is recursion in r?

1 Answers  


I have a string “contact@dataflair.com”. Which string function can be used to split the string into two different strings “contact@dataflair” and “com”?

1 Answers  


From the below data-set, extract only those values where age>60 and sex=”f”.

1 Answers  


What is oop in r?

1 Answers  


What is a random walk model and how can you simulate it using r?

1 Answers  


Categories