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
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns