tiledb_array_delete_fragments_list {tiledb}R Documentation

Delete fragments written given by their URIs

Description

Delete fragments written given by their URIs

Usage

tiledb_array_delete_fragments_list(arr, fragments, ctx = tiledb_get_context())

Arguments

arr

A TileDB Array object as for example returned by tiledb_array()

fragments

A character vector with fragment URIs

ctx

A tiledb_ctx object (optional)

Value

A boolean indicating success


[Package tiledb version 0.29.0 Index]