keys: List all keys from an hash table

Description Usage Arguments Value Author(s) Examples

View source: R/generics.R

Description

These generics are used for listing all keys registered in an hashset or hashmap, respectively.

Usage

1
2
3
4
keys(x)

## S3 method for class 'r2r_hashtable'
keys(x)

Arguments

x

an hashset or hashmap.

Value

a list. Registered keys in the hash table x.

Author(s)

Valerio Gherardi

Examples

1
2
s <- hashset(1, 2, 3)
keys(s)

r2r documentation built on July 6, 2021, 5:12 p.m.