tiledb_array_open_at | R Documentation |
Open a TileDB Array at Timestamp
tiledb_array_open_at(arr, type = c("READ", "WRITE"), timestamp)
arr |
A TileDB Array object as for example returned by |
type |
A character value that must be either ‘READ’ or ‘WRITE’ |
timestamp |
A Datetime object that will be converted to millisecond granularity |
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.