Skip to content
Prev 14302 / 63424 Next

recursive default argument reference

Hi,

It seems that a formal function argument can not default to an "outer"
variable of the same name:
Error in ff() : recursive default argument reference
Is this intentional? Why?

I use R-1.9.1.

Thanks,
Vadim