Description Usage Arguments Details
Merge two dictionaries or named lists.
1 2 3 |
x |
original object; a dictionary or named list |
... |
dictionaries or named lists that override |
defaults |
dictionary or named list providing default values for |
extend
overrides the entries in the first dictionary with entries from the following objects,
left to right (each object overrides entries from the previous argument).
defaults
augments the entries in the first dictionary with entries from the second dictionary
that were not present in the first.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.