raw_history: Get the command history

View source: R/history.R

raw_historyR 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)

gbutils documentation built on May 28, 2022, 1:13 a.m.