Re: [R] R command execution at specific time from within R

2013-12-26 Thread Greg Snow
If you really have to do this within R (see Dirk's reply for other options) then the tclTaskSchedule function in the tcltk2 package is one option. However this can be dangerous if you are using the same instance of R while waiting. You might accidentally change something that affects or is affect

Re: [R] R command execution at specific time from within R

2013-12-23 Thread Dirk Eddelbuettel
Costas Vorlow gmail.com> writes: > I am trying to write a code that executes an R command at specific time > intervals. > > É want R to do that instead of the operating system. > > Any help/pointer extremely welcome. Don't do it. Just rely on cron [if you're lucky enough to be on Linux or OS

[R] R command execution at specific time from within R

2013-12-23 Thread Costas Vorlow
Hello, I am trying to write a code that executes an R command at specific time intervals. É want R to do that instead of the operating system. Any help/pointer extremely welcome. Thanks in advance, Costas [[alternative HTML version deleted]] ___