[<-,bimap,vector,missing,vector-method {datastructures} | R Documentation |
Inserts <key, value> pairs to a bimap.
## S4 replacement method for signature 'bimap,vector,missing,vector' x[i] <- value
x |
a |
i |
a vector of keys |
value |
a vector of values for the keys |