rbox9
1
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!
what makes you think not all of it is loaded?
system
Closed
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.