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 03 Dec. 2024.
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

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  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

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