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