get_values | R Documentation |
get_values()
and get_data()
are synonyms.
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)
db |
A |
keys |
A character vector of keys. |
starts_with |
A string specifying chunk prefix or string prefix. |
readoptions |
A |
key |
A single key. |
get_values()
returns a named-list of raw vectors.
get_value()
returns a raw vector.
has_values()
returns a logical vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.