randy3k / radian

A 21 century R console
MIT License
1.96k stars 73 forks source link

history() equivalent in radian #442

Open agilly opened 8 months ago

agilly commented 8 months ago

In regular R, history() produces a less-like display of a default number of lines in the history. This can be changed by passing a number of lines e.g. history(1000) will show the last 1000 lines. In radian, history() produces an error:

Error in .External2(C_savehistory, file) : no history available to save

having history displayed as a file like that is extremely useful for copying blocks of code, is there a similar function in radian?