Re: [R] Help: The Difference Between Workspace, Script, and History

2014-12-17 Thread Bert Gunter
I can answer, but I think you'll get a better one if you tell us the environment in which you're working -- RStudio, R's GUI, Rterm,... and the platform (Windows, MAC, _nix). Very briefly, but perhaps inadequately, the script is what you write and send to R to execute or perhaps store in its works

Re: [R] Help: The Difference Between Workspace, Script, and History

2014-12-17 Thread Clint Bowman
Ian, ls() is your friend. To learn more about ls(), type ?ls Clint Clint BowmanINTERNET: cl...@ecy.wa.gov Air Quality Modeler INTERNET: cl...@math.utah.edu Department of Ecology VOICE: (360) 407-6815 PO Box 47600

[R] Help: The Difference Between Workspace, Script, and History

2014-12-17 Thread Ian Evans
I apologize that I am very new to R and programming in general. I do not understand the difference between the script, the workspace, and the history, and what saving each one means. I seem to be doing fine writing commands and going through lessons and examples (I'm using Learn R in a Day) but wh