r: do not show warnings
I use R in another program, named galaxy. In galaxy it is not possible to run a Rscript within warning. My question is, is th开发者_JAVA技巧ere a option in R, that do not shows any warnings?
Thanks!
See warn
under ?options
. You may want to set a negative value for this one. See also: example(warnings)
.
精彩评论