This function can remove fragments following a consolidation step. Note that vacuuming should not be run if one intends to use the TileDB time-traveling feature of opening arrays at particular timestamps.
array_vacuum(uri, cfg = NULL, start_time, end_time, ctx = tiledb_get_context())
NULL is returned invisibly
A character value with the URI of a TileDB Array
An optional TileDB Configuration object
An optional timestamp value, if missing config default is used
An optional timestamp value, if missing config default is used
An option TileDB Context object
Parameters affecting the operation can be set via an optional configuration object. Start and end timestamps can also be set directly.