Get the command history
raw_history.RdGet the command history.
Details
The command history is saved to a temporary file with
savehistory and read back into a character vector.
Examples
if (FALSE) {
hist <- raw_history()
length(hist)
}
raw_history.RdGet the command history.
The command history is saved to a temporary file with
savehistory and read back into a character vector.
if (FALSE) {
hist <- raw_history()
length(hist)
}