Function File: join (d1, d2, joinop)

Merges two given dictionaries. For common keys, the function joinop is called to combine the two values. If not supplied, values from d2 are taken.

Package: general