It takes lots of time to run

When I run this line of code

for (i in 1:nrow(DATAFRAMEINPUT_NS)) { DATAFRAMEINPUT_NS$PU_ML <- c(DATAFRAMEINPUT_NS$VF/DATAFRAMEINPUT_NS$ML)}

It takes a lot of time.

But, surprinslingly, when I stop the code, the results are there.

Can you help me understanding wht is hapenning?

What happens if you just run this on its own?

DATAFRAMEINPUT_NS$PU_ML <- DATAFRAMEINPUT_NS$VF/DATAFRAMEINPUT_NS$ML
1 Like

Thank you @martin.R

Problem solved

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.