.check_console_printing {adnuts} | R Documentation |
Check if the session is interactive or Rstudio which has implications for parallel output
.check_console_printing(parallel)
parallel |
Boolean whether chain is executed in parallel mode or not. |
When using RStudio and RGui, the parallel output does not show on the console. As a workaround it is captured in each cluster into a file and then read in and printed.
Boolean whether output should be printed to console progressively, or saved to file and printed at the end.