5

I use R in another program, named galaxy. In galaxy it is not possible to run a Rscript within warning. My question is, is there a option in R, that do not shows any warnings?

Thanks!

Lisann
  • 5,705
  • 14
  • 41
  • 50

1 Answers1

7

See warn under ?options. You may want to set a negative value for this one. See also: example(warnings).

aL3xa
  • 35,415
  • 18
  • 79
  • 112