Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make RStudio start R console with --quiet?

Tags:

r

rstudio

In question How to suppress R startup message?, starting rterm with --quiet will suppress the copyright and welcome messages. I wonder if I can do the same thing to the R Console started by RStudio?

like image 351
Kun Ren Avatar asked Sep 30 '22 13:09

Kun Ren


1 Answers

You can't do this in RStudio. Apparently it is on their "to do" list.

There are a couple references on the RStudio support site, stating the above.

https://support.rstudio.com/hc/communities/public/questions/200662563-pass-command-line-parameters-to-R-

https://support.rstudio.com/hc/communities/public/questions/200662897-Pass-command-line-options-to-R

like image 75
nograpes Avatar answered Oct 02 '22 17:10

nograpes