Inserts <key, value> pairs to an unordered_map.

# S4 method for unordered_map,vector,missing,list
[(x, i) <- value

Arguments

x

x an unorderd map object, such as a hashmap or multimap

i

a vector of keys

value

a vector of values for the keys