Being 33SuperWoman
Focus, if not now when? Start broad then narrow down - e.g. programming - R - functions!, form manageable tasks rather than wild unrealistic dreams.
Pages
Blog Archive
R history
So again, something I have been meaning to look into: R history. By default only 512 lines are saved. Often I like to tinker with something until I get worked out exactly what I want to do, so saving a perfect script from the word go is not an option.
So:
Sys.setenv(R_HISTSIZE = Inf)
*should* save all of my history, which I can then export, edit and save as a .R file.
5:18 PM | Filed Under | 0 Comments
Post a Comment