put_values {rbedrock} | R 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 |
keys |
A character vector of keys. |
values |
A list of raw values. |
writeoptions |
A |
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
.
[Package rbedrock version 0.3.2 Index]