Command history in R

前端 未结 6 560
小鲜肉
小鲜肉 2021-02-06 23:31

Is there any IDE -from the ones supporting R-, that gives access to the command history (at least to the current session\'s commands)? Or is there a way to get a (character or e

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-07 00:23

    The OS X GUI for R has a very nice command history mechanism built in. It works well with multi-line commands (e.g. long function definitions), and you can browse through the history in a pane on the side of the window.

提交回复
热议问题