search for: workpace

Displaying 2 results from an estimated 2 matches for "workpace".

Did you mean: workspace
2010 Mar 26
0
R Crashing when trying to open script or load workpace
...ople had the same problem when using 2.5.X or 2.6.X the solution could be as simple as using a shorter filename which wont be a problem for me but somebody might have a better idea than this. Best, -- View this message in context: http://n4.nabble.com/R-Crashing-when-trying-to-open-script-or-load-workpace-tp1692194p1692194.html Sent from the R help mailing list archive at Nabble.com.
2006 Oct 24
4
How to start R with a file loaded?
Hi! I've made great progress in my R programming, but I am again stuck on a beginner's problem. I would like to start R with a command line that loads a file, and if possible, executes a function. Can anyone give me an example of how to do this? For example, in lisp, I would say: $ lisp -load toto.lisp -eval '(do-something $PORT)' to load the file "toto.lisp", then