decisionpatterns/r-hash: A Hash/Dictionary/Map/Associated Array for R

A data structure similar to dictionaries in Python or hashes in other languages is implemented adapted to R's accessors syntax and vectorized operations. For objects of appreciable size, hashes outperform native named lists and vectors. A comprehensive set of functions, methods and objects make hashes easy-to-use.

Getting started

Package details

Maintainer
LicenseGPL (>= 3) | file LICENSE
Version3.3.1
URL https://github.com/decisionpatterns/r-hash http://www.decisionpatterns.com
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("decisionpatterns/r-hash")
decisionpatterns/r-hash documentation built on Feb. 6, 2019, 10:27 p.m.