Alternatives to sink()

后端 未结 0 2020
醉梦人生
醉梦人生 2021-02-14 01:56

I\'d like to write the output and messages to a file. I have this function-

  conn <- file("file")
  
  sink(conn, append=TRUE)
  sink(conn, append=T         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题