tiledb_array_delete_fragments | R Documentation |
Delete fragments written between the start and end times given
tiledb_array_delete_fragments(
arr,
ts_start,
ts_end,
ctx = tiledb_get_context()
)
arr |
A TileDB Array object as for example returned by |
ts_start |
A Datetime object that will be converted to millisecond granularity |
ts_end |
A Datetime object that will be converted to millisecond granularity |
ctx |
A tiledb_ctx object (optional) |
A boolean indicating success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.