.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.