current.Iterator {Containers} | R Documentation |
This method returns the current element of the container to which the Iterator
is attached, if possible.
e = it$current()
current
returns the element over which the Iterator
is currently positioned, or NULL
if the Iterator
is invalid.
John Hughes