Base class to implement shared functionality across the TileDBArray and TileDBGroup classes.
verbose
Whether to print verbose output
config
optional configuration
ctx
optional tiledb context
uri
The URI of the TileDB object.
object
Access the underlying TileB object directly (either a
tiledb::tiledb_array
or tiledb::tiledb_group
).
new()
Create a new TileDB object.
TileDBObject$new(uri, verbose = TRUE, config = NULL, ctx = NULL)
exists()
Check if the object exists.