put_values: Write values to a bedrockdb.

View source: R/data.R

put_valuesR Documentation

Write values to a bedrockdb.

Description

Write values to a bedrockdb.

Usage

put_values(db, keys, values, writeoptions = NULL)

put_value(db, key, value, writeoptions = NULL)

put_data(db, data, writeoptions = NULL)

Arguments

db

A bedrockdb object

keys

A character vector of keys.

values

A list of raw values.

writeoptions

A bedrock_leveldb_writeoptions object

key

A key that will be used to store data.

value

A raw vector that contains the information to be written.

data

A named-list of raw values, specifying key-value pairs.

Value

An invisible copy of db.


rbedrock documentation built on Oct. 7, 2023, 1:07 a.m.