get_keys | R Documentation |
Get a list of keys stored in a bedrockdb.
get_keys(db, starts_with = NULL, readoptions = NULL)
db |
A |
starts_with |
A string specifying chunk prefix or string prefix. |
readoptions |
A |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.