View source: R/shared_methods.R
length.r2r_hashtable | R Documentation |
Returns the total number of keys in an hash table.
## S3 method for class 'r2r_hashtable'
length(x)
x |
an |
an integer. Number of keys in the hash table (or elements in a set).
Valerio Gherardi
s <- hashset()
insert(s, "foo")
length(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.