TileDBObject | R Documentation |
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)
uri
URI for the TileDB object
verbose
Print status messages
config
optional configuration
ctx
optional TileDB context
class()
Print the name of the R6 class.
TileDBObject$class()
print()
Print summary of the array.
TileDBObject$print()
exists()
Check if the object exists.
TileDBObject$exists()
TRUE`` if the object exists,
FALSE' otherwise.
clone()
The objects of this class are cloneable with this method.
TileDBObject$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.