[R] Schedule R to run automatically

2010-12-13 Thread joeponzio
Current I have raw data from several projects that is written to a drive on a daily basis. I would like to run a certain R syntax against these data sets (varying somewhat from data set to data set) every day at, say, 7am (with no human interaction). Is this possible to set up in windows or unix

[R] using the "apply" method for functions with multiple inputs

2010-11-22 Thread joeponzio
hello r users, i'm trying to use the apply method on a function with several inputs, but cannot figure out how to send multiple arguments to the function (not multiple runs of the same function, but one run of the function including two variables - each used within the function). a <- c(1:10,999