R/DenseArray.R
tiledb_dense.Rd
Constructs a tiledb_dense object backed by a persisted tiledb array uri
tiledb_dense( uri, query_type = c("READ", "WRITE"), as.data.frame = FALSE, attrs = character(), extended = FALSE, ctx = tiledb_get_context() )
uri | uri path to the tiledb dense array |
---|---|
query_type | optionally loads the array in "READ" or "WRITE" only modes. |
as.data.frame | optional logical switch, defaults to "FALSE" |
attrs | optional character vector to select attributes, default is empty implying all are selected |
extended | optional logical switch selecting wide ‘data.frame’ format, defaults to "FALSE" |
ctx | tiledb_ctx (optional) |
tiledb_dense array object
We plan to deprecate the tiledb_dense
array type in a future release. While exact
timelines have not been finalised, it is advised to the tiledb_array
for both
dense and sparse arrays going forward.