R/ds_map_unordered.R
subset-unordered_map-vector-missing-list-method.RdInserts <key, value> pairs to an unordered_map.
# S4 method for unordered_map,vector,missing,list [(x, i) <- value
| x | x an unorderd map object, such as a |
|---|---|
| i | a vector of keys |
| value | a vector of values for the keys |