savehistory {base} | R Documentation |
Save Commands History
Description
Save the commands history in a file.
Usage
savehistory(file = ".Rhistory")
Arguments
file |
The name of the file in which to save the history. The path is relative to the current working directory. |
Details
This works in Rgui and Rterm but not in embedded/DCOM versions.