Learn R Programming

xVA (version 0.8)

HashTable-class: Hashtable Class

Description

Creates a hashtable-like object so as to represent data with a key structure (for example addon tables, rating-based factors etc). Also, it includes methods for populating the object via a .csv file and finding a value based on a specific key on an interval of keys

Arguments

keys
A vector of keys
values
A vector of values mapping to the keys
keys_type
The type of the keys

Value

values_type The type of the values