Description Usage Arguments Value Examples
Create a new dictionary from separate keys and values.
1 |
keys |
a vector of character keys |
values |
a vector or list of values to be associated to the corresponding keys |
default |
a default value for the dictionary (see default_dict) |
strict |
whether the dictionary should be strict and raise an exception when a non-existing key is accessed (see strict_dict) |
a new dictionary
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.