Other packages > Find by keyword >

iterors  

Fast, Compact Iterators and Tools
View on CRAN: Click here


Download and install iterors package within the R console
Install from CRAN:
install.packages("iterors")

Install from Github:
library("remotes")
install_github("cran/iterors")

Install by package version:
library("remotes")
install_version("iterors", "1.0")



Attach the package and use:
library("iterors")
Maintained by
Peter Meilstrup
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-05-18
Latest Update: 2023-05-18
Description:
A fresh take on iterators in R. Designed to be cross-compatible with the 'iterators' package, but using the 'nextOr' method will offer better performance as well as more compact code. With batteries included: includes a collection of iterator constructors and combinators ported and refined from the 'iterators', 'itertools', and 'itertools2' packages.
How to cite:
Peter Meilstrup (2023). iterors: Fast, Compact Iterators and Tools. R package version 1.0, https://cran.r-project.org/web/packages/iterors. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0 (2023-05-18 10:40)
Other packages that cited iterors R package
View iterors citation profile
Other R packages that iterors depends, imports, suggests or enhances
Complete documentation for iterors
Functions, R codes and Examples using the iterors R package
Some associated functions: as.vector.iteror . concat . consume . count . dotproduct . hasNext . iRNGStream . i_apply . i_break . i_chain . i_chunk . i_dropwhile . i_enumerate . i_keep . i_keepwhile . i_limit . i_map . i_mask . i_pad . i_recycle . i_rep . i_repeat . i_rle . i_roundrobin . i_slice . i_starmap . i_tee . i_timeout . i_unique . i_window . i_zip . icombinations . icount . idedup . idiv . igrid . ipermutations . iread.table . ireadBin . ireadLines . ireaddf . is.iteror . iseq . isplit . itabulate . iteror.array . iteror.function . iteror . makeIwrapper . nextOr . nth . quantify . r_to_py.iteror . record . reduce . rng . take . 
Some associated R codes: 0_iterors-package.R . 1_ichunkerator.R . 2_iteror.R . collect.R . concat.R . consume.R . deque.R . dotproduct.R . iRNGStream.R . i_concat.R . i_recycle.R . i_rep.R . i_repeat.R . i_timeout.R . iapply.R . ibreak.R . ichain.R . ichunk.R . icombinations.R . icompress.R . icount.R . idropwhile.R . ienumerate.R . ifilter.R . igrid.R . ihasNext.R . ilength.R . ilimit.R . imap.R . ipad.R . ipermutations.R . ireadBin.R . ireadLines.R . ireaddf.R . ireaddouble.R . irecord.R . iroundrobin.R . iseq.R . islice.R . isplit.R . istarmap.R . itabulate.R . itakewhile.R . itee.R . iter.connection.R . iteror_array.R . iteror_data_frame.R . iunique.R . iwindow.R . izip.R . py.R . quantify.R . reduce.R . rng.R .  Full iterors package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA