schema,tiledb_array-method {tiledb} | R Documentation |
Return a schema from a tiledb_array object
Description
Return a schema from a tiledb_array object
Usage
## S4 method for signature 'tiledb_array'
schema(object, ...)
Arguments
object |
tiledb array object |
... |
Extra parameter for function signature, currently unused |
Value
The scheme for the object
[Package tiledb version 0.29.0 Index]