tiledb_group_put_metadata {tiledb} | R Documentation |
Write Metadata to a TileDB Group
Description
Write Metadata to a TileDB Group
Usage
tiledb_group_put_metadata(grp, key, val)
Arguments
grp |
A TileDB Group object as for example returned by |
key |
A character value with they index under which the data will be written |
val |
An R object (numeric, int, or char vector) that will be stored |
Value
On success boolean ‘TRUE’ is returned
[Package tiledb version 0.29.0 Index]