Man pages for iterors
Fast, Compact Iterators and Tools

as.vector.iterorCollect all (or some given number of) values from an iteror,...
concatConcatenate contents of multiple iterators into a vector.
consumeConsumes the first n elements of an iterator
countConsumes an iterator and computes its length
dotproductComputes the dot product of two iterable objects.
hasNextDoes This Iterator Have A Next Element
i_applyApply a function to each element of an iterator.
i_breakCreate an iterator that can be told to stop.
i_chainIteror that chains multiple arguments together into a single...
i_chunkCombine an iterator's values into chunks.
icombinationsIterator that generates all combinations of a vector taken m...
icountCounting Iterators
idedupDrop duplicated items from an iterator.
idivDividing Iterator
i_dropwhileIterator that drops elements until the predicate function...
i_enumerateIterator that returns the elements of an object along with...
igridIterator that covers the Cartesian product of the arguments.
i_keepIterator that filters elements not satisfying a predicate...
i_keepwhileIterator that returns elements while a predicate function...
i_limitLimit the length of an iterator.
i_mapIterator that applies a given function to several iterables...
i_maskIterator that filters elements where corresponding selector...
i_padIterator that returns an object followed indefinitely by a...
ipermutationsIterator that generates all permutations of a vector.
ireadBinCreate an iterator to read binary data from a connection
ireaddfCreate an iterator to read data frames from files
ireadLinesIterator over Lines of Text from a Connection
iread.tableIterator over Rows of a Data Frame Stored in a File
i_recycleCreate a recycling iterator
i_repRepeat values from an iterator.
i_repeatCreate a repeating iterator
i_rleRun-length encoding iterator.
iRNGStreamIterators returning distant random-number seeds.
i_roundrobinIteror that traverses each given iterable in a roundrobin...
iseqIterators for sequence generation
is.iteror'is.iteror' indicates if an object is an iteror.
i_sliceIteror that returns selected elements from an iterable.
isplitSplit Iterator
i_starmapIteror that applies a given function to the elements of an...
itabulateIterator that maps a function to a sequence of numeric values
i_teeCreate multiple iterators from one source
iterorMake an iteror from a given object.
iteror.arrayIterate over an array or data frame by a specified dimension.
iteror.functionConstruct an iteror object with custom-programmed behavior.
i_timeoutCreate a timeout iterator
i_uniqueIterator that extracts the unique elements from an iterable...
i_windowConstruct a sliding window over an iterator
i_zipCombine several iterables in parallel.
makeIwrapperIterator Constructor-Constructor Function Wrapper
nextOrRetreive the next element from an iteror.
nthReturns the nth item of an iteror
quantifyCount the number of times an iterable object is TRUE
recordRecord and replay iterators
reduceCompute the sum, product, or general reduction of an...
rngRandom Number Iterators
r_to_py.iterorWrap an iteror to appear as a Python iterator or vice versa.
takeReturn the first n elements of an iterable object in a...
iterors documentation built on May 31, 2023, 5:36 p.m.