Oops, forgot to add the R code.
On 10/13/2009 03:42 PM, Romain Francois wrote:
Hello,
Here is a more complete patch implementing an iterating scheme inspired
from the java Iterable/Iterator design.
Nothing is changed for non S4 objects.
The patch contains 4 generic functions :
is.iterable
Hello,
Here is a more complete patch implementing an iterating scheme inspired
from the java Iterable/Iterator design.
Nothing is changed for non S4 objects.
The patch contains 4 generic functions :
is.iterable : indicates if an object is iterable. The default method
returns FALSE
iterat