tiledb_group_put_metadata: Write Metadata to a TileDB Group

View source: R/Group.R

tiledb_group_put_metadataR 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 tiledb_group()

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


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.