Re: [R] R scheduling request

2011-01-19 Thread Alessandro Oggioni
t; -- > Gregory (Greg) L. Snow Ph.D. > Statistical Data Center > Intermountain Healthcare > greg.s...@imail.org > 801.408.8111 > > >> -Original Message- >> From: Alessandro Oggioni [mailto:a.oggi...@ise.cnr.it] >> Sent: Tuesday, January 18, 2011 6:33 AM >>

Re: [R] R scheduling request

2011-01-19 Thread Greg Snow
> -Original Message- > From: Alessandro Oggioni [mailto:a.oggi...@ise.cnr.it] > Sent: Tuesday, January 18, 2011 6:33 AM > To: Greg Snow > Cc: r-help > Subject: Re: [R] R scheduling request > > Many thanks Greg! > I try to use tcltk2 and tclTaskSchedule function but in

Re: [R] R scheduling request

2011-01-18 Thread Alessandro Oggioni
Many thanks Greg! I try to use tcltk2 and tclTaskSchedule function but in argument expr is possible to insert a R script? Have you an example? Alessandro Il 17 gennaio 2011 22.02.51 UTC+1, Greg Snow ha scritto: > You could write a batch file and then have your OS schedule to run R on the > batch

Re: [R] R scheduling request

2011-01-17 Thread Greg Snow
You could write a batch file and then have your OS schedule to run R on the batch file whenever you want (see Rscript for one approach of running the batch). Inside of R you can use Sys.sleep to wait a certain amount of time before running the next command. If you load the tcltk2 package then