Re: [R] How to handle empty arguments

2011-11-09 Thread R. Michael Weylandt
Perhaps the missing() command will help in regards to suggestion a. I'd caution against b for obvious reasons, though I think options(error = ) can get you that behavior (you'll have to figure out what XXX is, I have never tried to lessen my error messages...) Michael On Tue, Nov 8, 2011 at 3

[R] How to handle empty arguments

2011-11-08 Thread Alaios
Dear all, I am having a data stucture that contains Products and Time Stamps,   I have made also two lists ProductList=list(c('Example1','Example2'...) TimeStamp=list(c("1990-02-03 12:57:60"),c("1990-02-03 12:57:60"),   then I have made few functions that call each other   do_analysis_for_all the d