r: do not show warnings

只愿长相守 提交于 2019-12-22 06:56:10

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!