Skip to content
Prev 169679 / 398506 Next

How to print console output statements from within script or function?

Dear R-Experts,
Seek your help.

I am calling say 20 functions one by one in one script.
To reach the end, it takes approximately one hour.

While R is performing calculations, I would like to print console output
statements to track the progress.(e.g. "Result of function-1 is done")

Note: I have already tried "print" however, it did not work.

Thank you in advance.

Regards,
Suresh