R/history.R

Defines functions raw_history

Documented in raw_history

                                                         # moved from psistudent on 2014-02-20
raw_history <- function()
{
    file1 <- tempfile("Rrawhist")
    savehistory(file1)
    rawhist <- readLines(file1)
    unlink(file1)

    rawhist
}

Try the gbutils package in your browser

Any scripts or data that you put into this service are public.

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