[R] [beginner] how to run *.r script from graphic interface (R Console window) ?

2010-11-21 Thread madr
Is there a fuction like open(path/to/file), readfile or sth like that that would run code from R file just like I was it typing myself into R Console window ? -- View this message in context: http://r.789695.n4.nabble.com/beginner-how-to-run-r-script-from-graphic-interface-R-Console-window

Re: [R] [beginner] how to run *.r script from graphic interface (R Console window) ?

2010-11-21 Thread Dimitris Rizopoulos
Have a look at function source(), i.e., type in the R console ?source I hope it helps. Best, Dimitris On 11/21/2010 1:23 PM, madr wrote: Is there a fuction like open(path/to/file), readfile or sth like that that would run code from R file just like I was it typing myself into R Console