subset-unordered_map-vector-missing-list-method: Insert parts to an object

Description Usage Arguments

Description

Inserts <key, value> pairs to an unordered_map.

Usage

1
2
## S4 replacement method for signature '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


datastructures documentation built on Aug. 10, 2020, 5:08 p.m.