Displaying 1 result from an estimated 1 matches for "tp3961939p3962139".
2011 Oct 31
2
lapply and Two TimeStamps as input
Dear all,
I have a function that recognizes the following format for timestamps
"%Y-%m-%d %H:%M:%S"
my function takes two input arguments the TimeStart and TimeEnd
I would like to help me create the right list with pairs of TimeStart and TimeEnd which I can feed to lapply (I am using mclapply actually).
For every lapply I want two inputs to be fed to my function. I only know how to