问题
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!
回答1:
See warn
under ?options
. You may want to set a negative value for this one. See also: example(warnings)
.
来源:https://stackoverflow.com/questions/5405291/r-do-not-show-warnings