tiledb_query | R Documentation |
Creates a 'tiledb_query' object
tiledb_query(
array,
type = if (tiledb_version(TRUE) >= "2.12.0") c("READ", "WRITE", "DELETE",
"MODIFY_EXCLUSIVE") else c("READ", "WRITE"),
ctx = tiledb_get_context()
)
array |
A TileDB Array object |
type |
A character value that must be one of 'READ', 'WRITE', or 'DELETE' (for TileDB >= 2.12.0) |
ctx |
(optional) A TileDB Ctx object |
'tiledb_query' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.