Factory function to create a SOMADenseNDArray for writing, (lifecycle: maturing)
Usage
SOMADenseNDArrayCreate(
uri,
type,
shape,
platform_config = NULL,
tiledbsoma_ctx = NULL,
tiledb_timestamp = NULL
)
Arguments
- uri
URI for the TileDB object
- type
An Arrow type defining the type of each element in the array.
- shape
A vector of integers defining the shape of the array.
- platform_config
Optional platform configuration
- tiledbsoma_ctx
Optional SOMATileDBContext
- tiledb_timestamp
Optional Datetime (POSIXct) for TileDB timestamp