tiledb_group_has_metadata {tiledb} | R Documentation |
Checks for Metadata in a TileDB Group
Description
Checks for Metadata in a TileDB Group
Usage
tiledb_group_has_metadata(grp, key)
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 |
Value
A boolean value indicating with the object is present
[Package tiledb version 0.29.0 Index]