Skip to content
Prev 96536 / 398500 Next

Question about functions in R

Ivan Kalafatic wrote:
Hi Ivan,

The only thing I can see is that you haven't assigned the function to a 
name. That is, I would usually start with:

my.date.function<-function(...

I don't know where this might cause a problem, but see if it makes a 
difference.

Jim