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


dirmeier/datastructures documentation built on Aug. 9, 2020, 2:55 a.m.