With this dictionary one can attach data to a key. The limitation here is that the key must be an atomic character string. Functions get() and put() are provided to edit and get informations about the class.
get()
DictMap$get(key)
key
atomic character string
put()
DictMap$put(key, value)
key
atomic character string
value
any value
items()
DictMap$items()
clone()
The objects of this class are cloneable with this method.
DictMap$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.