tiledb_object_rm {tiledb} | R Documentation |
Removes a TileDB resource
Description
Raises an error if the uri is invalid, or the uri resource is not a tiledb object
Usage
tiledb_object_rm(uri, ctx = tiledb_get_context())
Arguments
uri |
path to TileDB resource |
ctx |
tiledb_ctx object (optional) |
Value
uri of removed TileDB resource
[Package tiledb version 0.29.0 Index]