Skip to contents

Get the command history.

Usage

raw_history()

Details

The command history is saved to a temporary file with savehistory and read back into a character vector.

Value

a character vector

Author

Georgi N. Boshnakov

Examples

if (FALSE) {
hist <- raw_history()
length(hist)
}