标签: r echo batch-processing rscript
我正在使用Rscript运行批处理。我想将消息打印到屏幕上,就像" echo"在bash中。所以我使用函数" print"。
问题是打印输出没有进入屏幕。它转到日志文件。任何人都知道R中的回声相当于什么?
答案 0 :(得分:12)
托马斯在评论中指出......
message ("Print this on the screen")
有关详情,请查看message documentation