Other packages > Find by keyword >

hash  

Full Featured Implementation of Hash Tables/Associative Arrays/Dictionaries
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("hash", "2.2.6.3")



Attach the package and use:
library("hash")
Maintained by
John Hughes
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2009-04-15
Latest Update: 2023-08-19
Description:
Implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposefully R flavor. For objects of appreciable size, access using hashes outperforms native named lists and vectors.
How to cite:
John Hughes (2009). hash: Full Featured Implementation of Hash Tables/Associative Arrays/Dictionaries. R package version 2.2.6.3, https://cran.r-project.org/web/packages/hash. Accessed 06 Jan. 2025.
Previous versions and publish date:
0.23 (2009-04-15 09:34), 0.30 (2009-07-19 22:10), 0.40 (2009-09-05 10:33), 1.0.2 (2009-10-12 08:48), 1.0.3 (2009-11-05 13:34), 1.0 (2009-09-29 20:49), 1.10.0 (2009-11-30 16:25), 2.0.0 (2010-04-27 22:02), 2.0.1 (2010-05-27 08:55), 2.1.0.1 (2012-04-17 08:56), 2.1.0.2 (2012-04-20 08:52), 2.1.0 (2011-03-18 08:32), 2.2.3 (2012-05-21 11:51), 2.2.4 (2012-10-29 08:20), 2.2.5 (2013-01-31 15:54), 2.2.6.1 (2019-03-04 11:45), 2.2.6.2 (2022-03-22 14:10), 2.2.6 (2014-03-03 09:18), 3.0.1 (2014-02-24 10:40)
Other packages that cited hash R package
View hash citation profile
Other R packages that hash depends, imports, suggests or enhances
Complete documentation for hash
Functions, R codes and Examples using the hash R package
Some associated functions: clear . copy . del . format . has-key . hash-accessors . hash-class . hash-package . hash . invert . is.empty . keys . length . make.keys . set . values . 
Some associated R codes: class-hash.R . clear.R . copy.R . del.R . format.R . has-key.R . hash.R . invert.R . keys.R . length.R . make-keys.R . set.R . show.R . values.R . zzz.R .  Full hash 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

mlr3fairness  
Fairness Auditing and Debiasing for 'mlr3'
Integrates fairness auditing and bias mitigation methods for the 'mlr3' ecosystem. This includes ...
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  
NetSwan  
Network Strengths and Weaknesses Analysis
A set of functions for studying network robustness, resilience and vulnerability. ...
Download / Learn more Package Citations See dependency  
RsqMed  
Total Mediation Effect Size Measure for High-Dimensional Mediators
An implementation of calculating the R-squared measure as a total mediation effect size measure and ...
Download / Learn more Package Citations See dependency  
ROI.plugin.deoptim  
'DEoptim' and 'DEoptimR' Plugin for the 'R' Optimization Interface
Enhances the R Optimization Infrastructure ('ROI') package with the 'DEoptim' and 'DEoptimR' packag ...
Download / Learn more Package Citations See dependency  
lmds  
Landmark Multi-Dimensional Scaling
A fast dimensionality reduction method scaleable to large numbers of samples. Landmark Multi-Dime ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

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