I'm using R on OS X 10.6 and I prefer the unix console to the R.app for my work. If I issue a help command eg ?print
the help content opens through a pager (i tried most
and less
), which however then hides out the content if I exit it bringing me back to the R input line.
What I really want is that the pager output stays on the screen even after I exit it back to R (hitting q
).
I get this desired behaviour on other Readline-based Cli like psql
for example, but not on R. Any hints on how this gets configured would be greatly appreciated.