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]
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 29 Mar. 2025.
Previous versions and publish date:
No previous versions
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for iterors012345678910111213TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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