get_keys {rbedrock} | R Documentation |
Get a list of keys stored in a bedrockdb.
Description
Get a list of keys stored in a bedrockdb.
Usage
get_keys(db, starts_with = NULL, readoptions = NULL)
Arguments
db |
A |
starts_with |
A string specifying chunk prefix or string prefix. |
readoptions |
A |
Value
A vector containing all the keys found in the bedrockdb.
If starts_with
is specified, this vector will be filtered for
based on the specified prefix.
[Package rbedrock version 0.3.2 Index]