.RHISTORY Extension de fichier
R History File
| Développeur | The R Project for Statistical Computing |
| Popularité |
3.2 | 5 Votes |
Qu'est-ce qu'un fichier 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.
Plus d'informations
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.