[<-,unordered_map,vector,missing,list-method {datastructures}R Documentation

Insert parts to an object

Description

Inserts <key, value> pairs to an unordered_map.

Usage

## 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


[Package datastructures version 0.2.8 Index]