| scheme_update | R Documentation |
scheme_update() is used by developers to define how two Scheme objects
with the same key should be merged. This typically happens when adding or
updating a Scheme in a collection.
scheme_update(e1, e2, ...)
e1 |
The original |
e2 |
The new |
... |
Additional arguments passed to methods. |
A new Scheme object, resulting from merging e1 and e2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.