How do I log an R session to a file?

前端 未结 4 1900
日久生厌
日久生厌 2020-12-17 09:04

Other than through redirection, which captures an entire session, is there a way to start and stop logging during an R session? To clarify, I am looking for something simil

4条回答
  •  情歌与酒
    2020-12-17 09:59

    In addition to the sink function you might also look at the txtStart and related functions in the TeachingDemos package or the similar functionality in the R2HTML package (which came first).

提交回复
热议问题