Rdocumentation
powered by
Learn R Programming
Dict (version 0.6)
length.dict: Get the length of the dictionary
Description
Returns the number of unique keys in the dictionary.
Usage
"length"(dict)
Arguments
dict
a dictionary object
Value
the number of unique keys stored in the dictionary.