raw_history {gbutils} | R Documentation |
Get the command history
Description
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(s)
Georgi N. Boshnakov
Examples
## Not run:
hist <- raw_history()
length(hist)
## End(Not run)
[Package gbutils version 0.5 Index]