KeyUnion
KeyUnion[{assoc1,assoc2,…}]
generates a list of associations in which each association has the union of the keys of the associ, padding by inserting values of Missing[…] if necessary.
KeyUnion[{assoc1,assoc2,…},f]
uses f[key] as the value associated with a missing key.
Details
- KeyUnion returns a list of associations in which all the associations have keys ordered in the same way.
- If f is an association containing all the keys to be returned by KeyUnion, then the order of keys in f will determine the order of keys in the associations returned.
- In other cases, the keys will appear in order of their first occurrence in the sequence of associ.
- KeyUnion can be used not only on Association objects, but also on lists of rules.
Examples
Wolfram Research (2014), KeyUnion, Wolfram Language function, https://reference.wolfram.com/language/ref/KeyUnion.html.
Text
Wolfram Research (2014), KeyUnion, Wolfram Language function, https://reference.wolfram.com/language/ref/KeyUnion.html.
CMS
Wolfram Language. 2014. "KeyUnion." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/KeyUnion.html.
APA
Wolfram Language. (2014). KeyUnion. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/KeyUnion.html