tiledb_group_put_metadata | R Documentation |
Write Metadata to a TileDB Group
tiledb_group_put_metadata(grp, key, val)
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 |
On success boolean ‘TRUE’ is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.