R/data.R
get_keys.Rd
Get a list of keys stored in a bedrockdb.
get_keys(prefix = NULL, db = default_db(), readoptions = NULL)
A string specifying chunk prefix or string prefix.
A bedrockdb object
bedrockdb
A bedrock_leveldb_readoptions object
bedrock_leveldb_readoptions
A vector containing all the keys found in the bedrockdb.
If prefix is specified, this vector will be filtered for based on the specified prefix.
prefix