tiledb_array_open_at {tiledb} | R Documentation |
Open a TileDB Array at Timestamp
Description
Open a TileDB Array at Timestamp
Usage
tiledb_array_open_at(arr, type = c("READ", "WRITE"), timestamp)
Arguments
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 |
Value
The TileDB Array object but opened for reading or writing
[Package tiledb version 0.29.0 Index]