get_values {rbedrock} | R Documentation |
Read values stored in a bedrockdb.
Description
get_values()
and get_data()
are synonyms.
Usage
get_values(db, keys, starts_with, readoptions = NULL)
get_data(db, keys, starts_with, readoptions = NULL)
get_value(db, key, readoptions = NULL)
has_values(db, keys, readoptions = NULL)
Arguments
db |
A |
keys |
A character vector of keys. |
starts_with |
A string specifying chunk prefix or string prefix. |
readoptions |
A |
key |
A single key. |
Value
get_values()
returns a named-list of raw vectors.
get_value()
returns a raw vector.
has_values()
returns a logical vector.
[Package rbedrock version 0.3.2 Index]