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

Extract elements from an object

Description

Access <key, value> pairs of an unordered map using a set of keys.

Usage

## S4 method for signature 'unordered_map,vector,missing,missing'
x[i]

Arguments

x

an unorderd map object, such as a hashmap or multimap

i

a vector of keys


[Package datastructures version 0.2.8 Index]