Re: [R] send commands from script to console

2011-01-13 Thread gaiarrido
Thanks very much - Mario Garrido Escudero PhD student Dpto. de Biología Animal, Ecología, Parasitología, Edafología y Qca. Agrícola Universidad de Salamanca -- View this message in context: http://r.789695.n4.nabble.com/send-commands-from-script-to-console-tp3216553p3216780.html Sent from t

Re: [R] send commands from script to console

2011-01-13 Thread Greg Snow
In the windows GUI cntrl+r will send the current line or selection to the command line. There is not a similar sequence to send from the command line to a script, but you can use the "history" function to create a new script from the recent commands (you can set how many). Another option is ?t