maintaining an input / output log in R

后端 未结 5 2083
遇见更好的自我
遇见更好的自我 2020-12-17 23:08

Is there an easy way to have R record all input and output from your R session to disk while you are working with R interactively?

In R.app on M

5条回答
  •  轮回少年
    2020-12-17 23:55

    Many of us use ESS / Emacs for this very reason. Saving old sessions with extension '.Rt' even gives you mode-specific commands for re-running parts of your session.

提交回复
热议问题