array_consolidate | R Documentation |
This function invokes a consolidation operation. Parameters affecting the operation can be set via an optional configuration object. Start and end timestamps can also be set directly.
array_consolidate(
uri,
cfg = NULL,
start_time,
end_time,
ctx = tiledb_get_context()
)
uri |
A character value with the URI of a TileDB Array |
cfg |
An optional TileDB Configuration object |
start_time |
An optional timestamp value, if missing config default is used |
end_time |
An optional timestamp value, if missing config default is used |
ctx |
An option TileDB Context object |
NULL is returned invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.