Hi all,
I have a very large history file. How can I make RStudio load all of it? I tried setting R_HISTSIZE, but to no avail.
I see only a few hundred lines 
Sys.setenv(R_HISTSIZE=10000000)
Sys.getenv("R_HISTSIZE")
[1] "10000000"
loadhistory("C:/cygwin64/home/xyz/.Rterm.exe_history")
Thank you for your help!