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 11 May. 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

Today's Hot Picks in Authors and Packages

strategicplayers  
Strategic Players
Identifies individuals in a social network who should be the intervention subjects for a network int ...
Download / Learn more Package Citations See dependency  
cliapp  
Create Rich Command Line Applications
Create rich command line applications, with colors, headings, lists, alerts, progress bars, etc. It ...
Download / Learn more Package Citations See dependency  
hash  
Full Featured Implementation of Hash Tables/Associative Arrays/Dictionaries
Implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposef ...
Download / Learn more Package Citations See dependency  
PTwins  
Percentile Estimation of Fetal Weight for Twins by Chorionicity
Package to Percentile estimation of fetal weight for twins by chorionicity (dichorionic-diamniotic o ...
Download / Learn more Package Citations See dependency  
betaSandwich  
Robust Confidence Intervals for Standardized Regression Coefficients
Generates robust confidence intervals for standardized regression coefficients using heteroskedasti ...
Download / Learn more Package Citations See dependency  
bootImpute  
Bootstrap Inference for Multiple Imputation
Bootstraps and imputes incomplete datasets. Then performs inference on estimates obtained from analy ...
Download / Learn more Package Citations See dependency  

24,223

R Packages

207,311

Dependencies

65,402

Author Associations

24,224

Publication Badges

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