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
rg 801.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of gaiarrido > Sent: Thursday, January 13, 2011 1:04 PM > To: r-help@r-project.org > Subject: [R] send commands from script to console > > &g

[R] send commands from script to console

2011-01-13 Thread gaiarrido
Hi, I'm working with R in windows and I wonder if there is any command (of the kind CTRL+ ) to transfer the commands I've worked with (like: > model<-glm(prevalencia~edadysexo*mes*zona,binomial)) to a script automatically, without the results I received from R after execute them. Another question,