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
feed one input to the lapply
Could you please help me with that?
I would like to thank you in advance for your help
B.R
Alex
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.