.RHISTORY 文件扩展名
R History File
| 开发者 | The R Project for Statistical Computing |
| 受欢迎程度 |
3.2 | 5 票 |
什么是 RHISTORY 文件?
Data file created by R, a statistical computing and graphing application; contains the history of commands entered by the user during an open R session; similar to a .BASH_HISTORY file for the Bash shell; enables the user to push the up arrow to scan through the list of previously entered commands.
更多信息
R automatically saves an RHISTORY file (.RHistory, without a filename prefix) in the R working directory. Additionally, the user can manually save the command history using the application menu options.