I have an R function that I call from my Python script using rpy2. The R function prints to stdout; is there a parameter in rpy2 that silences stdout when an R script is called?
↧
I have an R function that I call from my Python script using rpy2. The R function prints to stdout; is there a parameter in rpy2 that silences stdout when an R script is called?