get_keys: Get a list of keys stored in a bedrockdb.

View source: R/data.R

get_keysR 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 bedrockdb object

starts_with

A string specifying chunk prefix or string prefix.

readoptions

A bedrock_leveldb_readoptions object

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.


rbedrock documentation built on April 4, 2025, 12:36 a.m.