In C#, I want to receive the message from R function.
For example, some function returns a value at last, but this function also returns some values in a progress. (Like a percentage of calculating progress...)
I want to take that message, and show the progress bar in C# Environment. Is that possible?
For example, some function returns a value at last, but this function also returns some values in a progress. (Like a percentage of calculating progress...)
I want to take that message, and show the progress bar in C# Environment. Is that possible?