Learn R Programming

datastructures (version 0.2.9)

[<-,bimap,vector,missing,vector-method: Insert parts to an object

Description

Inserts <key, value> pairs to a bimap.

Usage

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

Arguments

x

a map object

i

a vector of keys

value

a vector of values for the keys