Get the command history
raw_history.Rd
Get 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.Rd
Get 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)
}