tiledb_array_open | R Documentation |
Open a TileDB Array
tiledb_array_open(
arr,
type = if (tiledb_version(TRUE) >= "2.12.0") c("READ", "WRITE", "DELETE",
"MODIFY_EXCLUSIVE") else c("READ", "WRITE")
)
arr |
A TileDB Array object as for example returned by |
type |
A character value that must be either ‘READ’, ‘WRITE’ or (for TileDB 2.12.0 or later) ‘DELETE’ or ‘MODIFY_EXCLUSIVE’ |
The TileDB Array object but opened for reading or writing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.